2 writes to _schemaType
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaInfo.cs (2)
86_schemaType = value; 178_schemaType = null;
7 references to _schemaType
System.Private.Xml (7)
System\Xml\Schema\XmlSchemaInfo.cs (7)
82return _schemaType; 87if (_schemaType != null) 89_contentType = _schemaType.SchemaContentType; 150return _schemaType; 166if (_schemaType == null || _schemaType.Datatype == null) 170return _schemaType.Datatype.Variety == XmlSchemaDatatypeVariety.Union;