1 write to _type
System.Runtime.Remoting (1)
metadata\wsdlwriter.cs (1)
1373_type = type;
16 references to _type
System.Runtime.Remoting (16)
metadata\wsdlwriter.cs (16)
1398get{ return(_type);} 1417(_type != null && _type.IsInterface) || 1418(s_delegateType != null && s_delegateType.IsAssignableFrom(_type)));} 1424_iFaces = GetIntroducedInterfaces(_type); 1431_methods = GetIntroducedMethods(_type, ref _methodAttributes); 1440_fields = GetInstanceFields(_type); 1463Util.Log("RealSchemaType.Resolve "+_type); 1472Type baseType = _type.BaseType; 1473if (IsNotSystemDefinedRoot(_type, baseType)) 1484Type ltype= _type; 1507Util.Log("RealSchemaType.Resolve AddRealSUDSType "+_type); 1972if (_type.IsInterface || IsSUDSType) 1973PrintSuds(_type, _implIFaces, _nestedTypes, textWriter, sb, indent); // Some namespaces have no suds types 1981Type type = rsType._type; 1987Type[] iFaces = GetIntroducedInterfaces(rsType._type);