4 references to SkipToEndElement
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (4)
940
throw new InvalidOperationException(string.Format(ResXml.Sch_InvalidEndElementMultiple, s_methodNames[(int)ValidatorState.
SkipToEndElement
]));
942
CheckStateTransition(ValidatorState.
SkipToEndElement
, s_methodNames[(int)ValidatorState.
SkipToEndElement
]);
964
_currentState = ValidatorState.
SkipToEndElement
;