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