1 write to Location
System.Runtime.Remoting (1)
metadata\wsdlparser.cs (1)
741reader.Location= location;
14 references to Location
System.Runtime.Remoting (14)
metadata\wsdlparser.cs (14)
724Util.Log("WsdlParser.ParseReaderStreamLocation location "+reader.Location+" current location "+currentReaderStream.Location); 725String location = reader.Location; 730if (currentReaderStream == null || currentReaderStream.Location == null) 731throw new SUDSParserException(String.Format(CultureInfo.CurrentCulture, CoreChannel.GetResourceString("Remoting_Suds_Import"), reader.Location)); 734currentReaderStream.Uri= new Uri(currentReaderStream.Location); // If relative path, will already be changed to absolute path by next statement in previous invocation. 807Util.Log("WsdlParser.ParseInput" + input.Location); 815Util.Log("WsdlParser.ParseInput before ParseWsdl "+input.Location); 822Util.Log("WsdlParser.ParseInput before ParseWsdlTypes "+input.Location); 830Util.Log("WsdlParser.ParseInput before ParseWsdl "+input.Location); 1039Util.Log("WsdlParser.ParseImportedSchema "+input.Location); 3190Util.Log("ReaderStream.GetReaderStream "+newStream.Location); 3195Util.Log("ReaderStream.GetReaderStream location match input.location "+input._location+" location "+newStream.Location); 3196if (input._location == newStream.Location)