8 references to LineInfo
System.Xaml (8)
System\Xaml\InfosetObjects\XamlNodes.cs (1)
151str += $"LineInfo: {LineInfo}";
System\Xaml\InfosetObjects\XamlXmlReader.cs (2)
246if (_current.LineInfo is not null) 248_currentLineInfo = _current.LineInfo;
System\Xaml\ReaderDelegate.cs (1)
42_currentLineInfo = _currentNode.LineInfo;
System\Xaml\ReaderMultiIndexDelegate.cs (2)
54if (_currentNode.LineInfo is not null) 56_currentLineInfo = _currentNode.LineInfo;
System\Xaml\XamlBackgroundReader.cs (2)
214_lineNumber = _currentNode.LineInfo.LineNumber; 215_linePosition = _currentNode.LineInfo.LinePosition;