1 instantiation of WsdlBindingSudsNestedType
System.Runtime.Remoting (1)
metadata\wsdlparser.cs (1)
1303
WsdlBindingSudsNestedType nestedType = new
WsdlBindingSudsNestedType
();
3 references to WsdlBindingSudsNestedType
System.Runtime.Remoting (3)
metadata\wsdlparser.cs (3)
1303
WsdlBindingSudsNestedType
nestedType = new WsdlBindingSudsNestedType();
1652
foreach (
WsdlBindingSudsNestedType
nestedType in suds.nestedTypes)
1799
private void ResolveWsdlNestedType(WsdlBinding binding, WsdlBindingSuds suds,
WsdlBindingSudsNestedType
nested)