4 references to SkipToEndElement
System.Xml (4)
System\Xml\Schema\XmlSchemaValidator.cs (4)
800
throw new InvalidOperationException(Res.GetString(Res.Sch_InvalidEndElementMultiple, MethodNames[(int)ValidatorState.
SkipToEndElement
]));
802
CheckStateTransition(ValidatorState.
SkipToEndElement
, MethodNames[(int)ValidatorState.
SkipToEndElement
]);
821
currentState = ValidatorState.
SkipToEndElement
;