Home
last modified time | relevance | path

Searched refs:throwStyle (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/
H A Dguid.cs167 internal GuidParseThrowStyle throwStyle; field
177 throwStyle = canThrow; in Init()
197 if (throwStyle != GuidParseThrowStyle.None) { in SetFailure()
792 if (parseResult.throwStyle == GuidParseThrowStyle.All) { in StringToInt()
795 else if (parseResult.throwStyle == GuidParseThrowStyle.AllButOverflow) { in StringToInt()
804 if (parseResult.throwStyle == GuidParseThrowStyle.None) { in StringToInt()
838 if (parseResult.throwStyle == GuidParseThrowStyle.All) { in StringToLong()
841 else if (parseResult.throwStyle == GuidParseThrowStyle.AllButOverflow) { in StringToLong()
850 if (parseResult.throwStyle == GuidParseThrowStyle.None) { in StringToLong()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/globalization/
H A Dtimespanparse.cs456 internal TimeSpanThrowStyle throwStyle; field
465 throwStyle = canThrow; in Init()
479 if (throwStyle != TimeSpanThrowStyle.None) { in SetFailure()