2 writes to _isRootTag
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\ParserExtension.cs (2)
419
_isRootTag
= true;
647
_isRootTag
= false;
2 references to _isRootTag
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\ParserExtension.cs (2)
639
if (
_isRootTag
)
828
else if (!
_isRootTag
)