4 references to Type
System.Runtime.Remoting (4)
metadata\wsdlwriter.cs (4)
1017
if (_schemaType != null && !(_schemaType is SimpleSchemaType && ((SimpleSchemaType)_schemaType).
Type
.IsEnum))
2671
returnType = ssType.
Type
;
2773
Util.Log("XMLNamespace.AddSimpleSchemaType "+ssType.
Type
);
2774
Debug.Assert(LookupSimpleSchemaType(ssType.
Type
.Name) == null, "Duplicate Type found");