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