3 references to TopLevelTextOrWS
System.Xml (3)
System\Xml\Schema\XmlSchemaValidator.cs (3)
677
ValidatorState toState = validationStack.Length > 1 ? ValidatorState.Text : ValidatorState.
TopLevelTextOrWS
;
744
ValidatorState toState = validationStack.Length > 1 ? ValidatorState.Whitespace : ValidatorState.
TopLevelTextOrWS
;
834
if (currentState == ValidatorState.Start || currentState == ValidatorState.
TopLevelTextOrWS
) { //Right after initialize