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