4 writes to IsAllowedNameScope
PresentationBuildTasks (4)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (4)
1156cc.IsAllowedNameScope = false; 1775cc.IsAllowedNameScope = false; 3031cc.IsAllowedNameScope = false; 3038cc.IsAllowedNameScope = ccParent.IsAllowedNameScope;
4 references to IsAllowedNameScope
PresentationBuildTasks (4)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (4)
375return cc.IsAllowedNameScope; 1152bool isAllowedNameScope = cc.IsAllowedNameScope; 2212if (!cc.IsAllowedNameScope) 3038cc.IsAllowedNameScope = ccParent.IsAllowedNameScope;