2 writes to ElementDeclBeforeXsi
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaValidator.cs (2)
1538
_context.
ElementDeclBeforeXsi
= null;
1727
_context.
ElementDeclBeforeXsi
= elementDecl;
2 references to ElementDeclBeforeXsi
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaValidator.cs (2)
1424
SchemaElementDecl? declBeforeXsi = _context.
ElementDeclBeforeXsi
;
2109
SchemaElementDecl? beforeXsiDecl = _context.
ElementDeclBeforeXsi
;