11 references to GuidParseThrowStyle
System.Private.CoreLib (11)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Guid.cs (11)
212
private readonly
GuidParseThrowStyle
_throwStyle;
214
internal GuidResult(
GuidParseThrowStyle
canThrow) : this()
221
if (_throwStyle ==
GuidParseThrowStyle
.None)
226
if (failureKind == ParseFailure.Overflow_UInt32 && _throwStyle ==
GuidParseThrowStyle
.All)
271
var result = new GuidResult(
GuidParseThrowStyle
.All);
342
var result = new GuidResult(
GuidParseThrowStyle
.AllButOverflow);
356
var result = new GuidResult(
GuidParseThrowStyle
.AllButOverflow);
376
var parseResult = new GuidResult(
GuidParseThrowStyle
.None);
397
var parseResult = new GuidResult(
GuidParseThrowStyle
.None);
428
var result = new GuidResult(
GuidParseThrowStyle
.AllButOverflow);
463
var parseResult = new GuidResult(
GuidParseThrowStyle
.None);