1 write to throwStyle
mscorlib (1)
system\guid.cs (1)
177throwStyle = canThrow;
7 references to throwStyle
mscorlib (7)
system\guid.cs (7)
197if (throwStyle != GuidParseThrowStyle.None) { 792if (parseResult.throwStyle == GuidParseThrowStyle.All) { 795else if (parseResult.throwStyle == GuidParseThrowStyle.AllButOverflow) { 804if (parseResult.throwStyle == GuidParseThrowStyle.None) { 838if (parseResult.throwStyle == GuidParseThrowStyle.All) { 841else if (parseResult.throwStyle == GuidParseThrowStyle.AllButOverflow) { 850if (parseResult.throwStyle == GuidParseThrowStyle.None) {