7 references to Sch_UndeclaredElement
System.Private.Xml (7)
System\Xml\Schema\DtdValidator.cs (1)
253SendValidationEvent(SR.Sch_UndeclaredElement, XmlSchemaValidator.QNameString(context!.LocalName!, context.Namespace!));
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
2197throw new XmlSchemaException(SR.Sch_UndeclaredElement, xe.RefName.ToString(), xe);
System\Xml\Schema\SchemaSetCompiler.cs (1)
2656throw new XmlSchemaException(SR.Sch_UndeclaredElement, xe.RefName.ToString(), xe);
System\Xml\Schema\XdrBuilder.cs (1)
697builder.SendValidationEvent(SR.Sch_UndeclaredElement, XmlQualifiedName.ToString(ed!.Name.Name, ed.Prefix));
System\Xml\Schema\XdrValidator.cs (1)
232SendValidationEvent(SR.Sch_UndeclaredElement, XmlSchemaValidator.QNameString(context.LocalName!, context.Namespace!));
System\Xml\Schema\XmlSchemaValidator.cs (1)
1736SendValidationEvent(SR.Sch_UndeclaredElement, QNameString(_context.LocalName!, _context.Namespace!));
System\Xml\Schema\XsdValidator.cs (1)
233SendValidationEvent(SR.Sch_UndeclaredElement, XmlSchemaValidator.QNameString(context!.LocalName!, context.Namespace!));