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