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