10 references to _resultList
System.DirectoryServices.Protocols (10)
System\DirectoryServices\Protocols\ldap\LdapPartialResultsProcessor.cs (10)
29_resultList.Add(asyncResult); 45if (!_resultList.Contains(asyncResult)) 51_resultList.Remove(asyncResult); 62int count = _resultList.Count; 82asyncResult = (LdapPartialAsyncResult)_resultList[_currentIndex]; 228if (_resultList.Contains(asyncResult)) 245if (!_resultList.Contains(asyncResult)) 255_resultList.Remove(asyncResult); 291if (!_resultList.Contains(asyncResult)) 298_resultList.Remove(asyncResult);