9 references to UserDrivenParsing
System.Private.Uri (9)
System\Uri.cs (4)
1609if (UserDrivenParsing) 1769if (!UserDrivenParsing && !other.UserDrivenParsing && Syntax!.IsSimple && other.Syntax.IsSimple) 2216if (UserDrivenParsing)
System\UriExt.cs (3)
378if (UserDrivenParsing) 661Debug.Assert(!baseUri.IsNotAbsoluteUri && !baseUri.UserDrivenParsing, "Uri::ResolveHelper()|baseUri is not Absolute or is controlled by User Parser."); 853if (!IsAbsoluteUri || UserDrivenParsing)
System\UriScheme.cs (2)
100if (baseUri.UserDrivenParsing) 143if (uri.UserDrivenParsing)