1 write to ns
System.Runtime.Remoting (1)
metadata\wsdlparser.cs (1)
1296
impl.
ns
= ParseQName(ref impl.typeName);
6 references to ns
System.Runtime.Remoting (6)
metadata\wsdlparser.cs (6)
1701
parsingComplexType.Implements(impl.typeName, impl.
ns
, this);
1769
parsingInterface.Extends(impl.typeName, impl.
ns
, this);
7414
Util.Log("WsdlBindingSudsImplements.UsedNamespace typeName "+typeName+" ns "+
ns
);
7415
if (
ns
!= null)
7416
namespaces[
ns
] = 1;
7423
Util.Log(" ns "+
ns
);