15 references to SendValidationEvent
System.Private.Xml (15)
System\Xml\Schema\BaseValidator.cs (2)
257
SendValidationEvent
(new XmlSchemaException(code, args, reader.BaseURI, _positionInfo.LineNumber, _positionInfo.LinePosition));
262
SendValidationEvent
(new XmlSchemaException(code, arg, reader.BaseURI, _positionInfo.LineNumber, _positionInfo.LinePosition));
System\Xml\Schema\DtdValidator.cs (3)
208
SendValidationEvent
(e);
226
SendValidationEvent
(e);
490
SendValidationEvent
(new XmlSchemaException(SR.Sch_UndeclaredId, next.Id, reader.BaseURI, next.LineNo, next.LinePos));
System\Xml\Schema\XdrValidator.cs (3)
293
SendValidationEvent
(e);
319
SendValidationEvent
(e);
683
SendValidationEvent
(new XmlSchemaException(SR.Sch_UndeclaredId, next.Id, reader.BaseURI, next.LineNo, next.LinePos));
System\Xml\Schema\XsdValidator.cs (7)
526
SendValidationEvent
(e);
558
SendValidationEvent
(e);
815
SendValidationEvent
(new XmlSchemaException(SR.Sch_UndeclaredId, next.Id, reader.BaseURI, next.LineNo, next.LinePos));
1076
SendValidationEvent
(new XmlSchemaException(SR.Sch_MissingKey, constraints[i].constraint.name.ToString(), reader.BaseURI, ks.PosLine, ks.PosCol));
1083
SendValidationEvent
(new XmlSchemaException(SR.Sch_DuplicateKey,
1100
SendValidationEvent
(new XmlSchemaException(SR.Sch_DuplicateKey,
1143
SendValidationEvent
(new XmlSchemaException(SR.Sch_UnresolvedKeyref, new string[2] { ks!.ToString(), vcs[i].constraint.name.ToString() },