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