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