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