3 references to TopLevelAttribute
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaValidator.cs (3)
498
ValidatorState toState = _validationStack.Length > 1 ? ValidatorState.Attribute : ValidatorState.
TopLevelAttribute
;
525
XmlSchemaObject? pvtAttribute = _currentState == ValidatorState.
TopLevelAttribute
? _partialValidationType : null;
586
Debug.Assert(_currentState == ValidatorState.
TopLevelAttribute
); //Re-set state back to start on error with partial validation type