FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (10)
685attrDef.LinePosition = (int)LinePos - (_curPos - _tokenStartPos);
834SendValidationEvent(XmlSeverityType.Error, new XmlSchemaException(ResXml.Xml_AttlistDuplNotationValue, notationName, BaseUriStr, (int)LineNo, (int)LinePos));
873SendValidationEvent(XmlSeverityType.Error, new XmlSchemaException(ResXml.Xml_AttlistDuplEnumValue, nmtoken, BaseUriStr, (int)LineNo, (int)LinePos));
1377UndeclaredNotation un = new UndeclaredNotation(notationName, LineNo, LinePos - notationName.Length);
1492LineInfo keywordLineInfo = new LineInfo(LineNo, LinePos - 6);
2424_literalLineInfo.Set(LineNo, LinePos);
3475SendValidationEvent(severity, new XmlSchemaException(code, arg, BaseUriStr, (int)LineNo, (int)LinePos + (pos - _curPos)));
3481SendValidationEvent(severity, new XmlSchemaException(code, arg, BaseUriStr, (int)LineNo, (int)LinePos));
3539_readerAdapter.Throw(new XmlException(res, arg, (int)LineNo, (int)LinePos, baseUri == null ? null : baseUri.ToString()));
3545_readerAdapter.Throw(new XmlException(res, args, (int)LineNo, (int)LinePos, baseUri == null ? null : baseUri.ToString()));