1 write to policy
mscorlib (1)
system\security\policy\policylevel.cs (1)
1262frame.policy = PolicyManager.ResolveCodeGroup(frame.current, evidence);
3 references to policy
mscorlib (3)
system\security\policy\policylevel.cs (3)
763PolicyStatement ps = ((CodeGroupStackFrame)enumerator.Current).policy; 1273if (frame.policy != null) { 1274if ((frame.policy.Attributes & PolicyStatementAttribute.Exclusive) != 0) {