16 references to SendValidationEvent
System.Xml (16)
System\Xml\Schema\BaseValidator.cs (3)
201
SendValidationEvent
(new XmlSchemaException(code, args, reader.BaseURI, positionInfo.LineNumber, positionInfo.LinePosition));
205
SendValidationEvent
(new XmlSchemaException(code, arg, reader.BaseURI, positionInfo.LineNumber, positionInfo.LinePosition));
209
SendValidationEvent
(new XmlSchemaException(code, new string[] { arg1, arg2 }, reader.BaseURI, positionInfo.LineNumber, positionInfo.LinePosition));
System\Xml\Schema\DtdValidator.cs (3)
174
SendValidationEvent
(e);
189
SendValidationEvent
(e);
404
SendValidationEvent
(new XmlSchemaException(Res.Sch_UndeclaredId, next.Id, reader.BaseURI, next.LineNo, next.LinePos));
System\Xml\Schema\XdrValidator.cs (3)
239
SendValidationEvent
(e);
259
SendValidationEvent
(e);
560
SendValidationEvent
(new XmlSchemaException(Res.Sch_UndeclaredId, next.Id, reader.BaseURI, next.LineNo, next.LinePos));
System\Xml\Schema\XsdValidator.cs (7)
436
SendValidationEvent
(e);
461
SendValidationEvent
(e);
683
SendValidationEvent
(new XmlSchemaException(Res.Sch_UndeclaredId, next.Id, reader.BaseURI, next.LineNo, next.LinePos));
896
SendValidationEvent
(new XmlSchemaException(Res.Sch_MissingKey, constraints[i].constraint.name.ToString(), reader.BaseURI, ks.PosLine, ks.PosCol));
902
SendValidationEvent
(new XmlSchemaException(Res.Sch_DuplicateKey,
916
SendValidationEvent
(new XmlSchemaException(Res.Sch_DuplicateKey,
952
SendValidationEvent
(new XmlSchemaException(Res.Sch_UnresolvedKeyref, new string[2] { ks.ToString(), vcs[i].constraint.name.ToString() },