3 writes to RootCodeGroup
mscorlib (1)
system\security\permissionset.cs (1)
2366level.RootCodeGroup = rootGroup;
System.Web (2)
Hosting\ApplicationManager.cs (1)
1527policyLevel.RootCodeGroup = newRoot;
HttpRuntime.cs (1)
3221policyLevel.RootCodeGroup = newRoot;
5 references to RootCodeGroup
mscorlib (3)
system\security\policy\policylevel.cs (2)
259return this.RootCodeGroup.ResolveMatchingCodeGroups(evidence); 1129m_rootCodeGroup = level.RootCodeGroup;
system\security\policymanager.cs (1)
331if (CanUseQuickCache(level.RootCodeGroup))
System.Web (2)
Hosting\ApplicationManager.cs (1)
1485CodeGroup rootGroup = policyLevel.RootCodeGroup;
HttpRuntime.cs (1)
3169CodeGroup rootGroup = policyLevel.RootCodeGroup;