1 write to typeNs
System.Runtime.Remoting (1)
metadata\wsdlparser.cs (1)
1194binding.typeNs = ParseQName(ref binding.type);
4 references to typeNs
System.Runtime.Remoting (4)
metadata\wsdlparser.cs (4)
1195URTNamespace parsingNamespace = LookupNamespace(binding.typeNs); 1198parsingNamespace = new URTNamespace(binding.typeNs, this); 1661parsingNamespace = AddNewNamespace(binding.typeNs); 7176Util.Log(" typeNs "+typeNs);