1 write to LinePos
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaValidator.cs (1)
58
this.
LinePos
= linePos;
4 references to LinePos
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
));