1 write to _nestedTypes
System.Runtime.Remoting (1)
metadata\wsdlwriter.cs (1)
1386_nestedTypes = type.GetNestedTypes();
4 references to _nestedTypes
System.Runtime.Remoting (4)
metadata\wsdlwriter.cs (4)
1387if (_nestedTypes != null) 1389foreach (Type ntype in _nestedTypes) 1973PrintSuds(_type, _implIFaces, _nestedTypes, textWriter, sb, indent); // Some namespaces have no suds types 2013PrintSuds(type, implIFaces, rsType._nestedTypes, textWriter, sb, indent);