4 references to CheckDemand
mscorlib (4)
system\security\codeaccesspermission.cs (1)
76if (!this.CheckDemand( null ))
system\security\codeaccesssecurityengine.cs (1)
355if (!demand.CheckDemand( grantedPerm ))
system\security\framesecuritydescriptor.cs (1)
303Contract.Assert(demand != null && !demand.CheckDemand(null), "Empty demands should have been filtered out by this point");
system\security\permissionset.cs (1)
614if (!cap.CheckDemand( (CodeAccessPermission)targetPerm ))