2 writes to ElementDeclBeforeXsi
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaValidator.cs (2)
1540
_context.
ElementDeclBeforeXsi
= null;
1729
_context.
ElementDeclBeforeXsi
= elementDecl;
2 references to ElementDeclBeforeXsi
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaValidator.cs (2)
1426
SchemaElementDecl? declBeforeXsi = _context.
ElementDeclBeforeXsi
;
2114
SchemaElementDecl? beforeXsiDecl = _context.
ElementDeclBeforeXsi
;