4 references to Attribute
System.Private.Xml (4)
System\Xml\Schema\XmlSchemaValidator.cs (4)
498
ValidatorState toState = _validationStack.Length > 1 ? ValidatorState.
Attribute
: ValidatorState.TopLevelAttribute;
705
CheckStateTransition(ValidatorState.
Attribute
, "GetUnspecifiedDefaultAttributes");
976
if (_currentState == ValidatorState.Element || _currentState == ValidatorState.
Attribute
)
1019
_currentState = ValidatorState.
Attribute
;