10 references to CreatePermission
mscorlib (10)
system\security\permissionset.cs (9)
376perm = CreatePermission(obj, index); 911thisPerm = this.CreatePermission(thisElem, i); 913otherPerm = other.CreatePermission(otherElem, i); 1074thisPerm = this.CreatePermission(thisElem, i); 1076otherPerm = other.CreatePermission(otherElem, i); 1204thisPerm = this.CreatePermission(thisElem, i); 1206otherPerm = other.CreatePermission(otherElem, i); 1338thisPerm = this.CreatePermission(thisElem, i); 1340otherPerm = other.CreatePermission(otherElem, i);
system\security\permissionsetenumerator.cs (1)
92perm = m_permSet.CreatePermission(elem, enm.Index);