2 writes to _currentGroup
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AuthZSet.cs (2)
405
_currentGroup
++;
449
_currentGroup
= -1;
9 references to _currentGroup
System.DirectoryServices.AccountManagement (9)
System\DirectoryServices\AccountManagement\AuthZSet.cs (9)
224
Debug.Assert(
_currentGroup
>= 0 &&
_currentGroup
< _groupSidList.Length);
230
_currentGroup
,
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)
419
IntPtr pSid = _groupSidList[
_currentGroup
].pSid;