2 writes to schemaType
System.Xml (2)
System\Xml\Schema\XmlSchemaInfo.cs (2)
73schemaType = value; 143schemaType = null;
7 references to schemaType
System.Xml (7)
System\Xml\Schema\XmlSchemaInfo.cs (7)
70return schemaType; 74if (schemaType != null) { //Member type will not change its content type 75contentType = schemaType.SchemaContentType; 121return schemaType; 133if (schemaType == null || schemaType.Datatype == null) { 136return schemaType.Datatype.Variety == XmlSchemaDatatypeVariety.Union;