System\Xml\Schema\DtdParserAsync.cs (5)
286attrDef.LinePosition = (int)LinePos - (curPos - tokenStartPos);
420SendValidationEvent( XmlSeverityType.Error, new XmlSchemaException( Res.Xml_AttlistDuplNotationValue, notationName, BaseUriStr, (int)LineNo, (int)LinePos ) );
459SendValidationEvent( XmlSeverityType.Error, new XmlSchemaException( Res.Xml_AttlistDuplEnumValue, nmtoken, BaseUriStr, (int)LineNo, (int)LinePos ) );
1126LineInfo keywordLineInfo = new LineInfo( LineNo, LinePos - 6 );
1766literalLineInfo.Set( LineNo, LinePos );