14 references to GuidParseThrowStyle
mscorlib (14)
system\guid.cs (14)
167internal GuidParseThrowStyle throwStyle; 175internal void Init(GuidParseThrowStyle canThrow) { 197if (throwStyle != GuidParseThrowStyle.None) { 243result.Init(GuidParseThrowStyle.All); 261result.Init(GuidParseThrowStyle.AllButOverflow); 273parseResult.Init(GuidParseThrowStyle.None); 319result.Init(GuidParseThrowStyle.AllButOverflow); 360parseResult.Init(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) {