2 references to Sch_InvalidTextInElementExpecting
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\basevalidator.cs (1)
186
SendValidationEvent(ResXml.
Sch_InvalidTextInElementExpecting
, new string[] { XmlSchemaValidator.BuildElementName(context.LocalName, context.Namespace), XmlSchemaValidator.PrintExpectedElements(names, false) });
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (1)
829
SendValidationEvent(ResXml.
Sch_InvalidTextInElementExpecting
, new string[] { BuildElementName(_context.LocalName, _context.Namespace), PrintExpectedElements(names, true) });