4 writes to IsAllowedNameScope
PresentationBuildTasks (4)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (4)
1143cc.IsAllowedNameScope = false; 1761cc.IsAllowedNameScope = false; 3057cc.IsAllowedNameScope = false; 3064cc.IsAllowedNameScope = ccParent.IsAllowedNameScope;
4 references to IsAllowedNameScope
PresentationBuildTasks (4)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (4)
368return cc.IsAllowedNameScope; 1139bool isAllowedNameScope = cc.IsAllowedNameScope; 2195if (!cc.IsAllowedNameScope) 3064cc.IsAllowedNameScope = ccParent.IsAllowedNameScope;