2 writes to _isRootTag
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\ParserExtension.cs (2)
418
_isRootTag
= true;
646
_isRootTag
= false;
2 references to _isRootTag
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\ParserExtension.cs (2)
638
if (
_isRootTag
)
828
else if (!
_isRootTag
)