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)
1387
if (
_nestedTypes
!= null)
1389
foreach (Type ntype in
_nestedTypes
)
1973
PrintSuds(_type, _implIFaces,
_nestedTypes
, textWriter, sb, indent); // Some namespaces have no suds types
2013
PrintSuds(type, implIFaces, rsType.
_nestedTypes
, textWriter, sb, indent);