Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/
H A Dguid.cs153 AllButOverflow = 2 enumerator
261 result.Init(GuidParseThrowStyle.AllButOverflow); in Parse()
319 result.Init(GuidParseThrowStyle.AllButOverflow); in ParseExact()
795 else if (parseResult.throwStyle == GuidParseThrowStyle.AllButOverflow) { in StringToInt()
841 else if (parseResult.throwStyle == GuidParseThrowStyle.AllButOverflow) { in StringToLong()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/
H A DGuid.cs148 AllButOverflow = 2 enumerator
267 result.Init(GuidParseThrowStyle.AllButOverflow); in Parse()
346 result.Init(GuidParseThrowStyle.AllButOverflow); in ParseExact()
880 else if (parseResult._throwStyle == GuidParseThrowStyle.AllButOverflow) in StringToInt()
926 else if (parseResult._throwStyle == GuidParseThrowStyle.AllButOverflow) in StringToLong()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/
H A DGuid.cs148 AllButOverflow = 2 enumerator
267 result.Init(GuidParseThrowStyle.AllButOverflow); in Parse()
346 result.Init(GuidParseThrowStyle.AllButOverflow); in ParseExact()
880 else if (parseResult._throwStyle == GuidParseThrowStyle.AllButOverflow) in StringToInt()
926 else if (parseResult._throwStyle == GuidParseThrowStyle.AllButOverflow) in StringToLong()