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