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