10 references to UserDrivenParsing
System.Private.Uri (10)
System\Uri.cs (5)
1648if (UserDrivenParsing) 1808if (!UserDrivenParsing && !other.UserDrivenParsing && Syntax!.IsSimple && other.Syntax.IsSimple) 2265if (UserDrivenParsing) 3254if (UserDrivenParsing)
System\UriExt.cs (3)
440if (UserDrivenParsing) 810Debug.Assert(!baseUri.IsNotAbsoluteUri && !baseUri.UserDrivenParsing, "Uri::ResolveHelper()|baseUri is not Absolute or is controlled by User Parser."); 1002if (!IsAbsoluteUri || UserDrivenParsing)
System\UriScheme.cs (2)
100if (baseUri.UserDrivenParsing) 143if (uri.UserDrivenParsing)