3 references to EndElement
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (3)
1201
throw new InvalidOperationException(string.Format(ResXml.Sch_InvalidEndElementMultiple, s_methodNames[(int)ValidatorState.
EndElement
]));
1203
CheckStateTransition(ValidatorState.
EndElement
, s_methodNames[(int)ValidatorState.
EndElement
]);