4 writes to IsAllowedNameScope
PresentationBuildTasks (4)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (4)
1156cc.IsAllowedNameScope = false; 1774cc.IsAllowedNameScope = false; 3070cc.IsAllowedNameScope = false; 3077cc.IsAllowedNameScope = ccParent.IsAllowedNameScope;
4 references to IsAllowedNameScope
PresentationBuildTasks (4)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (4)
368return cc.IsAllowedNameScope; 1152bool isAllowedNameScope = cc.IsAllowedNameScope; 2208if (!cc.IsAllowedNameScope) 3077cc.IsAllowedNameScope = ccParent.IsAllowedNameScope;