2 writes to PolicyStatement
mscorlib (2)
system\security\policy\firstmatchcodegroup.cs (1)
156group.PolicyStatement = this.PolicyStatement;
system\security\policy\unioncodegroup.cs (1)
147group.PolicyStatement = this.PolicyStatement;
10 references to PolicyStatement
mscorlib (6)
system\security\policy\firstmatchcodegroup.cs (2)
70PolicyStatement thisPolicy = this.PolicyStatement; // PolicyStatement getter makes a copy for us 156group.PolicyStatement = this.PolicyStatement;
system\security\policy\unioncodegroup.cs (3)
52PolicyStatement thisPolicy = PolicyStatement; // PolicyStatement getter makes a copy for us 98return this.PolicyStatement; 147group.PolicyStatement = this.PolicyStatement;
system\security\policymanager.cs (1)
376if (!TestPolicyStatement(group.PolicyStatement))
System.Web (4)
Hosting\ApplicationManager.cs (2)
1510CodeGroup newRoot = new FirstMatchCodeGroup(rootGroup.MembershipCondition, rootGroup.PolicyStatement); 1516childGroup.PolicyStatement.PermissionSet.IsUnrestricted()) {
HttpRuntime.cs (2)
3201CodeGroup newRoot = new FirstMatchCodeGroup(rootGroup.MembershipCondition, rootGroup.PolicyStatement); 3208childGroup.PolicyStatement.PermissionSet.IsUnrestricted()) {