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)
218if (_throwStyle == GuidParseThrowStyle.None) 223if (failureKind == ParseFailure.Overflow_UInt32 && _throwStyle == GuidParseThrowStyle.All)