1 write to _results
System.DirectoryServices (1)
System\DirectoryServices\SearchResultCollection.cs (1)
280_results = results;
18 references to _results
System.DirectoryServices (18)
System\DirectoryServices\SearchResultCollection.cs (18)
303hr = _results.SearchObject.GetNextColumnName(_results.Handle, (INTPTR_INTPTRCAST)(&pszColumnName)); 310_results.SearchObject.GetColumn(_results.Handle, pszColumnName, (INTPTR_INTPTRCAST)pColumn); 327_results.SearchObject.FreeColumn((INTPTR_INTPTRCAST)pColumn); 338hr = _results.SearchObject.GetNextColumnName(_results.Handle, (INTPTR_INTPTRCAST)(&pszColumnName)); 361int hr = _results.SearchObject.GetFirstRow(_results.Handle); 367throw new ArgumentException(SR.Format(SR.DSInvalidSearchFilter, _results.Filter)); 385int hr = _results.SearchObject.GetNextRow(_results.Handle); 402if (_results.srch.directorySynchronizationSpecified) 403tempsync = _results.srch.DirectorySynchronization; 406if (_results.srch.directoryVirtualListViewSpecified) 407tempvlv = _results.srch.VirtualListView; 409_results.srch.searchResult = null; 424throw new ArgumentException(SR.Format(SR.DSInvalidSearchFilter, _results.Filter));