4 references to CheckAssert
mscorlib (4)
system\security\framesecuritydescriptor.cs (1)
391if (permSet.IsUnrestricted() || demand.CheckAssert(perm))
system\security\permissionset.cs (2)
622if (!cap.CheckAssert( (CodeAccessPermission)targetPerm )) 2591if (demandDerm.CheckAssert(assertPerm))
system\security\permissionsettriple.cs (1)
186if (pSet.IsUnrestricted() || demand.CheckAssert(perm))