4 references to Sch_UndeclaredId
System.Private.Xml (4)
System\Xml\Schema\DtdValidator.cs (1)
490
SendValidationEvent(new XmlSchemaException(SR.
Sch_UndeclaredId
, next.Id, reader.BaseURI, next.LineNo, next.LinePos));
System\Xml\Schema\XdrValidator.cs (1)
683
SendValidationEvent(new XmlSchemaException(SR.
Sch_UndeclaredId
, next.Id, reader.BaseURI, next.LineNo, next.LinePos));
System\Xml\Schema\XmlSchemaValidator.cs (1)
2030
SendValidationEvent(new XmlSchemaValidationException(SR.
Sch_UndeclaredId
, next.Id, _sourceUriString, next.LineNo, next.LinePos), XmlSeverityType.Error);
System\Xml\Schema\XsdValidator.cs (1)
815
SendValidationEvent(new XmlSchemaException(SR.
Sch_UndeclaredId
, next.Id, reader.BaseURI, next.LineNo, next.LinePos));