5 references to net_uri_UserDrivenParsing
System.Private.Uri (5)
System\Uri.cs (1)
1600throw new InvalidOperationException(SR.Format(SR.net_uri_UserDrivenParsing, GetType()));
System\UriExt.cs (1)
445throw new InvalidOperationException(SR.Format(SR.net_uri_UserDrivenParsing, this.GetType()));
System\UriScheme.cs (3)
74throw new InvalidOperationException(SR.Format(SR.net_uri_UserDrivenParsing, uri._syntax.GetType())); 101throw new InvalidOperationException(SR.Format(SR.net_uri_UserDrivenParsing, this.GetType())); 144throw new InvalidOperationException(SR.Format(SR.net_uri_UserDrivenParsing, this.GetType()));