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