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)
224Debug.Assert(_currentGroup >= 0 && _currentGroup < _groupSidList.Length); 231_groupSidList.Length); 234IntPtr pSid = _groupSidList[_currentGroup].pSid; 239if (null == _groupSidList[_currentGroup].sidIssuerName) 241string name = _groupSidList[_currentGroup].name; 305sidIssuerName = _groupSidList[_currentGroup].sidIssuerName; 407if (_currentGroup >= _groupSidList.Length) 409GlobalDebug.WriteLineIf(GlobalDebug.Info, "AuthZSet", "MoveNext: ran off end of list ({0})", _groupSidList.Length); 419IntPtr pSid = _groupSidList[_currentGroup].pSid;