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