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