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)
1398
get{ 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
);
1463
Util.Log("RealSchemaType.Resolve "+
_type
);
1472
Type baseType =
_type
.BaseType;
1473
if (IsNotSystemDefinedRoot(
_type
, baseType))
1484
Type ltype=
_type
;
1507
Util.Log("RealSchemaType.Resolve AddRealSUDSType "+
_type
);
1972
if (
_type
.IsInterface || IsSUDSType)
1973
PrintSuds(
_type
, _implIFaces, _nestedTypes, textWriter, sb, indent); // Some namespaces have no suds types
1981
Type type = rsType.
_type
;
1987
Type[] iFaces = GetIntroducedInterfaces(rsType.
_type
);