1 write to linePos
System.Private.Xml (1)
System\Xml\Schema\DtdParser.cs (1)
129
this.
linePos
= linePos;
2 references to linePos
System.Private.Xml (2)
System\Xml\Schema\DtdParser.cs (1)
421
SendValidationEvent(XmlSeverityType.Error, new XmlSchemaException(SR.Sch_UndeclaredNotation, un.name, BaseUriStr, (int)un.lineNo, (int)un.
linePos
));
System\Xml\Schema\DtdParserAsync.cs (1)
63
SendValidationEvent(XmlSeverityType.Error, new XmlSchemaException(SR.Sch_UndeclaredNotation, un.name, BaseUriStr, (int)un.lineNo, (int)un.
linePos
));