2 writes to _schemaType
System.Private.Xml (2)
System\Xml\Schema\Parser.cs (2)
40
_schemaType
= schemaType;
102
_schemaType
= rootType;
10 references to _schemaType
System.Private.Xml (10)
System\Xml\Schema\Parser.cs (8)
81
if (
_schemaType
== SchemaType.XSD)
89
Debug.Assert(
_schemaType
== SchemaType.XDR);
100
if (
_schemaType
== SchemaType.None)
107
if (
_schemaType
!= SchemaType.XSD)
115
if (
_schemaType
== SchemaType.XSD)
120
else if (
_schemaType
!= SchemaType.XDR)
130
if (
_schemaType
== SchemaType.XSD)
145
return
_schemaType
;
System\Xml\Schema\ParserAsync.cs (2)
42
if (
_schemaType
== SchemaType.XSD)
50
Debug.Assert(
_schemaType
== SchemaType.XDR);