6 writes to _currentLineInfo
System.Xaml (6)
System\Xaml\ReaderDelegate.cs (2)
23
_currentLineInfo
= null;
42
_currentLineInfo
= _currentNode.LineInfo;
System\Xaml\ReaderMultiIndexDelegate.cs (4)
36
_currentLineInfo
= null;
56
_currentLineInfo
= _currentNode.LineInfo;
67
_currentLineInfo
= null;
90
_currentLineInfo
= null;
4 references to _currentLineInfo
System.Xaml (4)
System\Xaml\ReaderBaseDelegate.cs (4)
79
if (
_currentLineInfo
is not null)
81
return
_currentLineInfo
.LineNumber;
94
if (
_currentLineInfo
is not null)
96
return
_currentLineInfo
.LinePosition;