4 writes to IsAllowedNameScope
PresentationBuildTasks (4)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (4)
1152cc.IsAllowedNameScope = false; 1771cc.IsAllowedNameScope = false; 3027cc.IsAllowedNameScope = false; 3034cc.IsAllowedNameScope = ccParent.IsAllowedNameScope;
4 references to IsAllowedNameScope
PresentationBuildTasks (4)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (4)
371return cc.IsAllowedNameScope; 1148bool isAllowedNameScope = cc.IsAllowedNameScope; 2208if (!cc.IsAllowedNameScope) 3034cc.IsAllowedNameScope = ccParent.IsAllowedNameScope;