2 writes to _xmlLineInfo
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (2)
5241
_xmlLineInfo
= _xmlReader as IXmlLineInfo;
5252
_xmlLineInfo
= null;
8 references to _xmlLineInfo
PresentationBuildTasks (8)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (8)
5244
if (
_xmlLineInfo
== null)
5298
if (null !=
_xmlLineInfo
)
5302
return
_xmlLineInfo
.LineNumber + _parserContext.LineNumber - 1;
5306
return
_xmlLineInfo
.LineNumber;
5326
if (null !=
_xmlLineInfo
)
5331
_xmlLineInfo
.LineNumber == 1)
5333
return
_xmlLineInfo
.LinePosition + _parserContext.LinePosition;
5337
return
_xmlLineInfo
.LinePosition;