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