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