4 references to SkipToEndElement
System.Private.Xml (4)
System\Xml\Schema\XmlSchemaValidator.cs (4)
889
throw new InvalidOperationException(SR.Format(SR.Sch_InvalidEndElementMultiple, s_methodNames[(int)ValidatorState.
SkipToEndElement
]));
892
CheckStateTransition(ValidatorState.
SkipToEndElement
, s_methodNames[(int)ValidatorState.
SkipToEndElement
]);
914
_currentState = ValidatorState.
SkipToEndElement
;