41 references to SetItem
mscorlib (41)
system\security\permissionset.cs (34)
245m_permSet.SetItem(i, perm.Copy()); 250m_permSet.SetItem(i, elem.Copy()); 445m_permSet.SetItem( permToken.m_index, perm ); 483m_permSet.SetItem( permToken.m_index, ip_union ); 487m_permSet.SetItem( permToken.m_index, perm ); 851this.m_permSet.SetItem( i, newElem ); 867this.m_permSet.SetItem( i, newElem ); 876this.m_permSet.SetItem( i, otherPerm.Copy() ); 892this.m_permSet.SetItem( i, newElem ); 899this.m_permSet.SetItem( i, null ); 904this.m_permSet.SetItem( i, null ); 925this.m_permSet.SetItem( i, intersectPerm ); 1014pset.m_permSet.SetItem( i, newElem ); 1028pset.m_permSet.SetItem( i, newElem ); 1038pset.m_permSet.SetItem( i, otherPerm.Copy() ); 1054pset.m_permSet.SetItem( i, newElem ); 1064pset.m_permSet.SetItem( i, thisPerm.Copy() ); 1086pset.m_permSet.SetItem( i, intersectPerm ); 1173this.m_permSet.SetItem( i, newElem ); 1183this.m_permSet.SetItem( i, otherElem.Copy() ); 1192this.m_permSet.SetItem( i, otherPerm.Copy() ); 1218this.m_permSet.SetItem( i, unionPerm ); 1291pset.m_permSet.SetItem( i, newElem ); 1300pset.m_permSet.SetItem( i, otherElem.Copy() ); 1310pset.m_permSet.SetItem( i, otherPerm.Copy() ); 1320pset.m_permSet.SetItem( i, thisElem.Copy() ); 1329pset.m_permSet.SetItem( i, thisPerm.Copy() ); 1350pset.m_permSet.SetItem( i, unionPerm ); 1384denied.m_permSet.SetItem(i, null); 1390this.m_permSet.SetItem(i, null); 1391denied.m_permSet.SetItem(i, null); 1849this.m_permSet.SetItem( token.m_index, objectToInsert ); 1959this.m_permSet.SetItem( token.m_index, objectToInsert ); 2115m_permSet.SetItem(index, perm);
system\security\permissiontoken.cs (3)
438PermissionToken.s_tokenSet.SetItem( ((PermissionToken)tok).m_index, tok ); 501PermissionToken.s_tokenSet.SetItem(((PermissionToken)tok).m_index, tok); 534PermissionToken.s_tokenSet.SetItem( token.m_index, token );
system\security\util\tokenbasedset.cs (4)
407unionSet.SetItem(token.m_index, otherPerm); 423unionSet.SetItem( token.m_index, thisPerm); 457unrestrictedPermSet.SetItem(token.m_index, perm); 464normalPermSet.SetItem(token.m_index, perm);