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)
82
return
_schemaType
;
87
if (
_schemaType
!= null)
89
_contentType =
_schemaType
.SchemaContentType;
150
return
_schemaType
;
166
if (
_schemaType
== null ||
_schemaType
.Datatype == null)
170
return
_schemaType
.Datatype.Variety == XmlSchemaDatatypeVariety.Union;