2 writes to Uri
System.Runtime.Remoting (2)
metadata\wsdlparser.cs (2)
734
currentReaderStream.
Uri
= new Uri(currentReaderStream.Location); // If relative path, will already be changed to absolute path by next statement in previous invocation.
736
reader.
Uri
= uri;
2 references to Uri
System.Runtime.Remoting (2)
metadata\wsdlparser.cs (2)
733
if (currentReaderStream.
Uri
== null)
735
Uri uri = new Uri(currentReaderStream.
Uri
, location);