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/rttype.cs')
-rw-r--r--mcs/class/referencesource/mscorlib/system/rttype.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/mcs/class/referencesource/mscorlib/system/rttype.cs b/mcs/class/referencesource/mscorlib/system/rttype.cs
index fe4829ee60c..da43f866bc8 100644
--- a/mcs/class/referencesource/mscorlib/system/rttype.cs
+++ b/mcs/class/referencesource/mscorlib/system/rttype.cs
@@ -6,7 +6,7 @@
//
// File: RtType.cs
//
-// <OWNER>Microsoft</OWNER>
+// <OWNER>[....]</OWNER>
//
// Implements System.RuntimeType
//
@@ -58,7 +58,7 @@ namespace System
internal delegate void CtorDelegate(Object instance);
- // Keep this in sync with FormatFlags defined in typestring.h
+ // Keep this in [....] with FormatFlags defined in typestring.h
internal enum TypeNameFormatFlags
{
FormatBasic = 0x00000000, // Not a bitmask, simply the tersest flag settings possible
@@ -597,8 +597,8 @@ namespace System
// Grow the list by exactly one element in this case to avoid null entries at the end.
//
- // DevDiv #339308 is fixed, but we are keeping this code here for Dev11 in case there are other instances of this
-
+ // DevDiv #339308 is fixed, but we are keeping this code here for Dev11 in case there are other instances of this bug.
+ // Remove for Dev12.
Contract.Assert(false);
@@ -5851,7 +5851,7 @@ namespace System
[Flags]
private enum DispatchWrapperType : int
{
- // This enum must stay in sync with the DispatchWrapperType enum defined in MLInfo.h
+ // This enum must stay in [....] with the DispatchWrapperType enum defined in MLInfo.h
Unknown = 0x00000001,
Dispatch = 0x00000002,
Record = 0x00000004,