Home
last modified time | relevance | path

Searched refs:AllowBraces (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/
H A Dguid.cs134 AllowBraces = 0x00000002, //Allow the guid to be enclosed in braces enumerator
148 Any = AllowParenthesis | AllowBraces | AllowDashes | AllowHexPrefix,
407 if ((flags & (GuidStyles.AllowBraces | GuidStyles.RequireBraces)) == 0) { in TryParseGuid()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/
H A DGuid.cs128 AllowBraces = 0x00000002, //Allow the guid to be enclosed in braces enumerator
142 Any = AllowParenthesis | AllowBraces | AllowDashes | AllowHexPrefix,
456 if ((flags & (GuidStyles.AllowBraces | GuidStyles.RequireBraces)) == 0) in TryParseGuid()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/
H A DGuid.cs128 AllowBraces = 0x00000002, //Allow the guid to be enclosed in braces enumerator
142 Any = AllowParenthesis | AllowBraces | AllowDashes | AllowHexPrefix,
456 if ((flags & (GuidStyles.AllowBraces | GuidStyles.RequireBraces)) == 0) in TryParseGuid()