4 references to CustomParser_ParseMinimalAlreadyCalled
System.Private.Uri (4)
System\Uri.cs (1)
1980Debug.Assert((_flags & Flags.CustomParser_ParseMinimalAlreadyCalled) != 0);
System\UriScheme.cs (2)
80Uri.Flags previous = Interlocked.Or(ref uri._flags, Uri.Flags.CustomParser_ParseMinimalAlreadyCalled); 81if ((previous & Uri.Flags.CustomParser_ParseMinimalAlreadyCalled) != 0)
System\UriSyntax.cs (1)
272Interlocked.Or(ref thisUri._flags, Uri.Flags.CustomParser_ParseMinimalAlreadyCalled);