2 writes to typeName
System.Runtime.Remoting (2)
metadata\wsdlparser.cs (2)
1295
impl.
typeName
= LookupAttribute(s_typeString, null, true);
1296
impl.ns = ParseQName(ref impl.
typeName
);
4 references to typeName
System.Runtime.Remoting (4)
metadata\wsdlparser.cs (4)
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);
7422
Util.Log(" typeName "+
typeName
);