Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/referencesource/mscorlib/system/runtime/remoting/message.cs')
-rw-r--r--mcs/class/referencesource/mscorlib/system/runtime/remoting/message.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/mcs/class/referencesource/mscorlib/system/runtime/remoting/message.cs b/mcs/class/referencesource/mscorlib/system/runtime/remoting/message.cs
index dda57505bcc..4cba7cf9b12 100644
--- a/mcs/class/referencesource/mscorlib/system/runtime/remoting/message.cs
+++ b/mcs/class/referencesource/mscorlib/system/runtime/remoting/message.cs
@@ -48,7 +48,7 @@ namespace System.Runtime.Remoting.Messaging {
{
// *** NOTE ***
- // Keep these in sync with the flags in Message.h
+ // Keep these in [....] with the flags in Message.h
// flags
internal const int Sync = 0; // Synchronous call
internal const int BeginAsync = 1; // Async Begin call
@@ -2018,7 +2018,7 @@ namespace System.Runtime.Remoting.Messaging {
}
return null;
}
- [System.Security.SecuritySafeCritical] //
+ [System.Security.SecuritySafeCritical] // TODO: review - implements transparent public method
set
{
if (ContainsSpecialKey(key))
@@ -5502,7 +5502,7 @@ namespace System.Runtime.Remoting.Messaging {
//
// Helper methods for expanding and contracting argument lists
- // when translating from async methods to sync methods and back.
+ // when translating from async methods to [....] methods and back.
//
internal static Object[] ExpandAsyncEndArgsToSyncArgs(RemotingMethodCachedData syncMethod,