8 references to LineInfo
System.Xaml (8)
System\Xaml\InfosetObjects\XamlNodes.cs (1)
150
str += $"LineInfo: {
LineInfo
}";
System\Xaml\InfosetObjects\XamlXmlReader.cs (2)
253
if (_current.
LineInfo
is not null)
255
_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)
221
_lineNumber = _currentNode.
LineInfo
.LineNumber;
222
_linePosition = _currentNode.
LineInfo
.LinePosition;