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