2 writes to _xmlLineInfo
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (2)
5243
_xmlLineInfo
= _xmlReader as IXmlLineInfo;
5254
_xmlLineInfo
= null;
8 references to _xmlLineInfo
PresentationBuildTasks (8)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (8)
5246
if (
_xmlLineInfo
== null)
5300
if (null !=
_xmlLineInfo
)
5304
return
_xmlLineInfo
.LineNumber + _parserContext.LineNumber - 1;
5308
return
_xmlLineInfo
.LineNumber;
5328
if (null !=
_xmlLineInfo
)
5333
_xmlLineInfo
.LineNumber == 1)
5335
return
_xmlLineInfo
.LinePosition + _parserContext.LinePosition;
5339
return
_xmlLineInfo
.LinePosition;