4 references to EmptyHandle
mscorlib (4)
system\security\codeaccesssecurityengine.cs (1)
561CheckHelper( granted, refused, demand, PermissionToken.GetToken(demand), RuntimeMethodHandleInternal.EmptyHandle, asm, SecurityAction.Demand, true );
system\security\permissionlistset.cs (1)
542CheckSetDemand(grantSet, RuntimeMethodHandleInternal.EmptyHandle);
system\security\permissionsettriple.cs (2)
249return CodeAccessSecurityEngine.CheckHelper(GrantSet, RefusedSet, demand, permToken, RuntimeMethodHandleInternal.EmptyHandle, null, SecurityAction.Demand, false); 258return CodeAccessSecurityEngine.CheckSetHelper(GrantSet, RefusedSet, demandSet, RuntimeMethodHandleInternal.EmptyHandle, null, SecurityAction.Demand, false);