Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/
H A Dguid.cs150 private enum GuidParseThrowStyle { enum
167 internal GuidParseThrowStyle throwStyle;
175 internal void Init(GuidParseThrowStyle canThrow) { in Init()
197 if (throwStyle != GuidParseThrowStyle.None) { in SetFailure()
243 result.Init(GuidParseThrowStyle.All); in Guid()
261 result.Init(GuidParseThrowStyle.AllButOverflow); in Parse()
273 parseResult.Init(GuidParseThrowStyle.None); in TryParse()
319 result.Init(GuidParseThrowStyle.AllButOverflow); in ParseExact()
360 parseResult.Init(GuidParseThrowStyle.None); in TryParseExact()
792 if (parseResult.throwStyle == GuidParseThrowStyle.All) { in StringToInt()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/
H A DGuid.cs144 private enum GuidParseThrowStyle enum
164 internal GuidParseThrowStyle _throwStyle;
172 internal void Init(GuidParseThrowStyle canThrow) in Init()
202 if (_throwStyle != GuidParseThrowStyle.None) in SetFailure()
250 result.Init(GuidParseThrowStyle.All); in Guid()
267 result.Init(GuidParseThrowStyle.AllButOverflow); in Parse()
292 parseResult.Init(GuidParseThrowStyle.None); in TryParse()
346 result.Init(GuidParseThrowStyle.AllButOverflow); in ParseExact()
406 parseResult.Init(GuidParseThrowStyle.None); in TryParseExact()
876 if (parseResult._throwStyle == GuidParseThrowStyle.All) in StringToInt()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/
H A DGuid.cs144 private enum GuidParseThrowStyle enum
164 internal GuidParseThrowStyle _throwStyle;
172 internal void Init(GuidParseThrowStyle canThrow) in Init()
202 if (_throwStyle != GuidParseThrowStyle.None) in SetFailure()
250 result.Init(GuidParseThrowStyle.All); in Guid()
267 result.Init(GuidParseThrowStyle.AllButOverflow); in Parse()
292 parseResult.Init(GuidParseThrowStyle.None); in TryParse()
346 result.Init(GuidParseThrowStyle.AllButOverflow); in ParseExact()
406 parseResult.Init(GuidParseThrowStyle.None); in TryParseExact()
876 if (parseResult._throwStyle == GuidParseThrowStyle.All) in StringToInt()
[all …]