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