11 references to GuidParseThrowStyle
System.Private.CoreLib (11)
src\libraries\System.Private.CoreLib\src\System\Guid.cs (11)
211
private readonly
GuidParseThrowStyle
_throwStyle;
213
internal GuidResult(
GuidParseThrowStyle
canThrow) : this()
220
if (_throwStyle ==
GuidParseThrowStyle
.None)
225
if (failureKind == ParseFailure.Overflow_UInt32 && _throwStyle ==
GuidParseThrowStyle
.All)
270
var result = new GuidResult(
GuidParseThrowStyle
.All);
341
var result = new GuidResult(
GuidParseThrowStyle
.AllButOverflow);
350
var result = new GuidResult(
GuidParseThrowStyle
.AllButOverflow);
370
var parseResult = new GuidResult(
GuidParseThrowStyle
.None);
385
var parseResult = new GuidResult(
GuidParseThrowStyle
.None);
416
var result = new GuidResult(
GuidParseThrowStyle
.AllButOverflow);
451
var parseResult = new GuidResult(
GuidParseThrowStyle
.None);