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