2 writes to _xmlLineInfo
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (2)
5248
_xmlLineInfo
= _xmlReader as IXmlLineInfo;
5259
_xmlLineInfo
= null;
8 references to _xmlLineInfo
PresentationBuildTasks (8)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (8)
5251
if (
_xmlLineInfo
== null)
5308
if (null !=
_xmlLineInfo
)
5312
return
_xmlLineInfo
.LineNumber + _parserContext.LineNumber - 1;
5316
return
_xmlLineInfo
.LineNumber;
5336
if (null !=
_xmlLineInfo
)
5341
_xmlLineInfo
.LineNumber == 1)
5343
return
_xmlLineInfo
.LinePosition + _parserContext.LinePosition;
5347
return
_xmlLineInfo
.LinePosition;