2 writes to _xmlLineInfo
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (2)
5238
_xmlLineInfo
= _xmlReader as IXmlLineInfo;
5249
_xmlLineInfo
= null;
8 references to _xmlLineInfo
PresentationBuildTasks (8)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (8)
5241
if (
_xmlLineInfo
== null)
5295
if (null !=
_xmlLineInfo
)
5299
return
_xmlLineInfo
.LineNumber + _parserContext.LineNumber - 1;
5303
return
_xmlLineInfo
.LineNumber;
5323
if (null !=
_xmlLineInfo
)
5328
_xmlLineInfo
.LineNumber == 1)
5330
return
_xmlLineInfo
.LinePosition + _parserContext.LinePosition;
5334
return
_xmlLineInfo
.LinePosition;