3 references to LineNumber
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (2)
2783
_curNode.SetLineInfo(xmlEx.
LineNumber
, xmlEx.LinePosition);
8871
ReThrow(e, e.
LineNumber
, e.LinePosition - 6); // 6 == strlen( "<?xml " );
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (1)
2659
Throw(ResXml.Xml_ErrorParsingEntityName, string.Empty, e.
LineNumber
, e.LinePosition);