1 instantiation of SimpleSchemaType
System.Runtime.Remoting (1)
metadata\wsdlwriter.cs (1)
1146ssType = new SimpleSchemaType(type, xns);
14 references to SimpleSchemaType
System.Runtime.Remoting (14)
metadata\wsdlwriter.cs (14)
251SimpleSchemaType ssType = SimpleSchemaType.GetSimpleSchemaType(type, xns, false); 1001_schemaType = SimpleSchemaType.GetSimpleSchemaType(type, xns, true); 1017if (_schemaType != null && !(_schemaType is SimpleSchemaType && ((SimpleSchemaType)_schemaType).Type.IsEnum)) 1139internal static SimpleSchemaType GetSimpleSchemaType(Type type, XMLNamespace xns, bool fInline) 1143SimpleSchemaType ssType = null; 2669SimpleSchemaType ssType = LookupSimpleSchemaType(name); 2681internal SimpleSchemaType LookupSimpleSchemaType(String name){ 2685SimpleSchemaType ssType = (SimpleSchemaType) _simpleSchemaTypes[i]; 2772internal void AddSimpleSchemaType(SimpleSchemaType ssType){ 2942SimpleSchemaType ssType = (SimpleSchemaType) _simpleSchemaTypes[i];