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