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