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