8 references to LineInfo
System.Xaml (8)
System\Xaml\InfosetObjects\XamlNodes.cs (1)
151str += $"LineInfo: {LineInfo}";
System\Xaml\InfosetObjects\XamlXmlReader.cs (2)
254if (_current.LineInfo is not null) 256_currentLineInfo = _current.LineInfo;
System\Xaml\ReaderDelegate.cs (1)
43_currentLineInfo = _currentNode.LineInfo;
System\Xaml\ReaderMultiIndexDelegate.cs (2)
55if (_currentNode.LineInfo is not null) 57_currentLineInfo = _currentNode.LineInfo;
System\Xaml\XamlBackgroundReader.cs (2)
224_lineNumber = _currentNode.LineInfo.LineNumber; 225_linePosition = _currentNode.LineInfo.LinePosition;