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