10 references to UserDrivenParsing
System.Private.Uri (10)
System\Uri.cs (5)
1598if (UserDrivenParsing) 1758if (!UserDrivenParsing && !other.UserDrivenParsing && Syntax!.IsSimple && other.Syntax.IsSimple) 2218if (UserDrivenParsing) 3203if (UserDrivenParsing)
System\UriExt.cs (3)
444if (UserDrivenParsing) 814Debug.Assert(!baseUri.IsNotAbsoluteUri && !baseUri.UserDrivenParsing, "Uri::ResolveHelper()|baseUri is not Absolute or is controlled by User Parser."); 1006if (!IsAbsoluteUri || UserDrivenParsing)
System\UriScheme.cs (2)
100if (baseUri.UserDrivenParsing) 143if (uri.UserDrivenParsing)