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