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