1 write to _groupSidList
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AuthZSet.cs (1)
153
_groupSidList
= new SidList(groups);
9 references to _groupSidList
System.DirectoryServices.AccountManagement (9)
System\DirectoryServices\AccountManagement\AuthZSet.cs (9)
224
Debug.Assert(_currentGroup >= 0 && _currentGroup <
_groupSidList
.Length);
231
_groupSidList
.Length);
234
IntPtr pSid =
_groupSidList
[_currentGroup].pSid;
239
if (null ==
_groupSidList
[_currentGroup].sidIssuerName)
241
string name =
_groupSidList
[_currentGroup].name;
305
sidIssuerName =
_groupSidList
[_currentGroup].sidIssuerName;
407
if (_currentGroup >=
_groupSidList
.Length)
409
GlobalDebug.WriteLineIf(GlobalDebug.Info, "AuthZSet", "MoveNext: ran off end of list ({0})",
_groupSidList
.Length);
419
IntPtr pSid =
_groupSidList
[_currentGroup].pSid;