2 writes to ElementDeclBeforeXsi
System.Xml (2)
System\Xml\Schema\XmlSchemaValidator.cs (2)
1306context.ElementDeclBeforeXsi = null; 1453context.ElementDeclBeforeXsi = elementDecl;
2 references to ElementDeclBeforeXsi
System.Xml (2)
System\Xml\Schema\XmlSchemaValidator.cs (2)
1214SchemaElementDecl declBeforeXsi = context.ElementDeclBeforeXsi; 1774SchemaElementDecl beforeXsiDecl = context.ElementDeclBeforeXsi;