1 write to _throwStyle
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Guid.cs (1)
213
_throwStyle
= canThrow;
2 references to _throwStyle
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Guid.cs (2)
218
if (
_throwStyle
== GuidParseThrowStyle.None)
223
if (failureKind == ParseFailure.Overflow_UInt32 &&
_throwStyle
== GuidParseThrowStyle.All)