4 references to Attribute
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (4)
537ValidatorState toState = _validationStack.Length > 1 ? ValidatorState.Attribute : ValidatorState.TopLevelAttribute; 747CheckStateTransition(ValidatorState.Attribute, "GetUnspecifiedDefaultAttributes"); 1015if (_currentState == ValidatorState.Element || _currentState == ValidatorState.Attribute) 1051_currentState = ValidatorState.Attribute;