3 references to TopLevelAttribute
System.Xml (3)
System\Xml\Schema\XmlSchemaValidator.cs (3)
466
ValidatorState toState = validationStack.Length > 1 ? ValidatorState.Attribute : ValidatorState.
TopLevelAttribute
;
492
XmlSchemaObject pvtAttribute = currentState == ValidatorState.
TopLevelAttribute
? partialValidationType : null;
545
Debug.Assert(currentState == ValidatorState.
TopLevelAttribute
); //Re-set state back to start on error with partial validation type