16 references to FastIsEmpty
mscorlib (16)
system\security\permissionset.cs (15)
560
if (target == null || target.
FastIsEmpty
())
659
if (deniedSet == null || deniedSet.
FastIsEmpty
() || this.
FastIsEmpty
())
775
if (other == null || other.
FastIsEmpty
())
782
if (this.
FastIsEmpty
())
943
if (other == null || other.
FastIsEmpty
() || this.
FastIsEmpty
())
1092
if (pset.
FastIsEmpty
())
1107
if (other == null || other.
FastIsEmpty
())
1235
if (other == null || other.
FastIsEmpty
())
1240
if (this.
FastIsEmpty
())
1366
if (denied == null || denied.
FastIsEmpty
() || this.
FastIsEmpty
())
1404
if (
FastIsEmpty
())
1504
if (this.
FastIsEmpty
())
system\security\policymanager.cs (1)
130
if (grant == null || grant.
FastIsEmpty
())