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