2 references to Sch_InvalidTextInElementExpecting
System.Private.Xml (2)
System\Xml\Schema\BaseValidator.cs (1)
192SendValidationEvent(SR.Sch_InvalidTextInElementExpecting, new string[] { XmlSchemaValidator.BuildElementName(context.LocalName!, context.Namespace!), XmlSchemaValidator.PrintExpectedElements(names, false) });
System\Xml\Schema\XmlSchemaValidator.cs (1)
783SendValidationEvent(SR.Sch_InvalidTextInElementExpecting, new string[] { BuildElementName(_context.LocalName!, _context.Namespace!), PrintExpectedElements(names, true) });