3 references to TopLevelTextOrWS
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaValidator.cs (3)
741
ValidatorState toState = _validationStack.Length > 1 ? ValidatorState.Text : ValidatorState.
TopLevelTextOrWS
;
820
ValidatorState toState = _validationStack.Length > 1 ? ValidatorState.Whitespace : ValidatorState.
TopLevelTextOrWS
;
930
if (_currentState == ValidatorState.Start || _currentState == ValidatorState.
TopLevelTextOrWS
)