2 writes to schemaType
System.Xml (2)
System\Xml\Schema\Parser.cs (2)
46
this.
schemaType
= schemaType;
100
schemaType
= rootType;
10 references to schemaType
System.Xml (10)
System\Xml\Schema\Parser.cs (8)
83
if (
schemaType
== SchemaType.XSD) {
89
Debug.Assert(
schemaType
== SchemaType.XDR);
99
if (
schemaType
== SchemaType.None) {
104
if (
schemaType
!= SchemaType.XSD) {
111
if (
schemaType
== SchemaType.XSD) {
115
else if (
schemaType
!= SchemaType.XDR) {
124
if (
schemaType
== SchemaType.XSD) {
137
return
schemaType
;
System\Xml\Schema\ParserAsync.cs (2)
43
if (
schemaType
== SchemaType.XSD) {
49
Debug.Assert(
schemaType
== SchemaType.XDR);