4 writes to IsAllowedNameScope
PresentationBuildTasks (4)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (4)
1158cc.IsAllowedNameScope = false; 1776cc.IsAllowedNameScope = false; 3072cc.IsAllowedNameScope = false; 3079cc.IsAllowedNameScope = ccParent.IsAllowedNameScope;
4 references to IsAllowedNameScope
PresentationBuildTasks (4)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (4)
369return cc.IsAllowedNameScope; 1154bool isAllowedNameScope = cc.IsAllowedNameScope; 2210if (!cc.IsAllowedNameScope) 3079cc.IsAllowedNameScope = ccParent.IsAllowedNameScope;