1 write to LinePos
System.Xml (1)
System\Xml\Schema\XmlSchemaValidator.cs (1)
57
this.
LinePos
= linePos;
4 references to LinePos
System.Xml (4)
System\Xml\Schema\DtdValidator.cs (1)
404
SendValidationEvent(new XmlSchemaException(Res.Sch_UndeclaredId, next.Id, reader.BaseURI, next.LineNo, next.
LinePos
));
System\Xml\Schema\XdrValidator.cs (1)
560
SendValidationEvent(new XmlSchemaException(Res.Sch_UndeclaredId, next.Id, reader.BaseURI, next.LineNo, next.
LinePos
));
System\Xml\Schema\XmlSchemaValidator.cs (1)
1697
SendValidationEvent(new XmlSchemaValidationException(Res.Sch_UndeclaredId, next.Id, this.sourceUriString, next.LineNo, next.
LinePos
), XmlSeverityType.Error);
System\Xml\Schema\XsdValidator.cs (1)
683
SendValidationEvent(new XmlSchemaException(Res.Sch_UndeclaredId, next.Id, reader.BaseURI, next.LineNo, next.
LinePos
));