1 write to _schemaType
System.Runtime.Remoting (1)
metadata\wsdlwriter.cs (1)
1001
_schemaType
= SimpleSchemaType.GetSimpleSchemaType(type, xns, true);
5 references to _schemaType
System.Runtime.Remoting (5)
metadata\wsdlwriter.cs (5)
1011
Util.Log("SchemaElement.Print "+_name+" _schemaType "+
_schemaType
+" _typeString "+_typeString );
1017
if (
_schemaType
!= null && !(
_schemaType
is SimpleSchemaType && ((SimpleSchemaType)
_schemaType
).Type.IsEnum))
1021
_schemaType
.PrintSchemaType(textWriter, sb, IndentP(indent1), true);