2 references to Sch_InvalidEndElementMultiple
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaValidator.cs (2)
889
throw new InvalidOperationException(SR.Format(SR.
Sch_InvalidEndElementMultiple
, s_methodNames[(int)ValidatorState.SkipToEndElement]));
1171
throw new InvalidOperationException(SR.Format(SR.
Sch_InvalidEndElementMultiple
, s_methodNames[(int)ValidatorState.EndElement]));