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)
81if (_schemaType == SchemaType.XSD) 89Debug.Assert(_schemaType == SchemaType.XDR); 100if (_schemaType == SchemaType.None) 107if (_schemaType != SchemaType.XSD) 115if (_schemaType == SchemaType.XSD) 120else if (_schemaType != SchemaType.XDR) 130if (_schemaType == SchemaType.XSD) 145return _schemaType;
System\Xml\Schema\ParserAsync.cs (2)
42if (_schemaType == SchemaType.XSD) 50Debug.Assert(_schemaType == SchemaType.XDR);