15 references to LinePos
System.Private.Xml (15)
System\Xml\Schema\DtdParser.cs (10)
673attrDef.LinePosition = (int)LinePos - (_curPos - _tokenStartPos); 822SendValidationEvent(XmlSeverityType.Error, new XmlSchemaException(SR.Xml_AttlistDuplNotationValue, notationName, BaseUriStr, (int)LineNo, (int)LinePos)); 861SendValidationEvent(XmlSeverityType.Error, new XmlSchemaException(SR.Xml_AttlistDuplEnumValue, nmtoken, BaseUriStr, (int)LineNo, (int)LinePos)); 1353UndeclaredNotation un = new UndeclaredNotation(notationName, LineNo, LinePos - notationName.Length); 1468LineInfo keywordLineInfo = new LineInfo(LineNo, LinePos - 6); 2399_literalLineInfo.Set(LineNo, LinePos); 3399SendValidationEvent(severity, new XmlSchemaException(code, arg, BaseUriStr, (int)LineNo, (int)LinePos + (pos - _curPos))); 3405SendValidationEvent(severity, new XmlSchemaException(code, arg, BaseUriStr, (int)LineNo, (int)LinePos)); 3461_readerAdapter.Throw(new XmlException(res, arg, (int)LineNo, (int)LinePos, baseUri?.ToString())); 3469_readerAdapter.Throw(new XmlException(res, args, (int)LineNo, (int)LinePos, baseUri?.ToString()));
System\Xml\Schema\DtdParserAsync.cs (5)
317attrDef.LinePosition = (int)LinePos - (_curPos - _tokenStartPos); 466SendValidationEvent(XmlSeverityType.Error, new XmlSchemaException(SR.Xml_AttlistDuplNotationValue, notationName, BaseUriStr, (int)LineNo, (int)LinePos)); 505SendValidationEvent(XmlSeverityType.Error, new XmlSchemaException(SR.Xml_AttlistDuplEnumValue, nmtoken, BaseUriStr, (int)LineNo, (int)LinePos)); 1093LineInfo keywordLineInfo = new LineInfo(LineNo, LinePos - 6); 1845_literalLineInfo.Set(LineNo, LinePos);