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