2 references to Uri
System.Private.Uri (2)
System\UriExt.cs (2)
763
return new
Uri
((flags & Flags.UserEscaped), null, uriString);
770
Uri result = new
Uri
(flags, syntax, uriString);