3 references to TopLevelAttribute
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (3)
537
ValidatorState toState = _validationStack.Length > 1 ? ValidatorState.Attribute : ValidatorState.
TopLevelAttribute
;
567
XmlSchemaObject pvtAttribute = _currentState == ValidatorState.
TopLevelAttribute
? _partialValidationType : null;
628
Debug.Assert(_currentState == ValidatorState.
TopLevelAttribute
); //Re-set state back to start on error with partial validation type