2 writes to _resultHandler
mscorlib (2)
system\io\filesystemenumerable.cs (2)
213_resultHandler = resultHandler; 320this._resultHandler = resultHandler;
7 references to _resultHandler
mscorlib (7)
system\io\filesystemenumerable.cs (7)
299if (_resultHandler.IsResultIncluded(ref data)) 301current = _resultHandler.CreateObject(searchData, ref data); 361return new FileSystemEnumerableIterator<TSource>(fullPath, normalizedSearchPath, searchCriteria, userPath, searchOption, _resultHandler, _checkHost); 443if (_resultHandler.IsResultIncluded(ref data)) 450current = _resultHandler.CreateObject(searchData, ref data); 468if (_resultHandler.IsResultIncluded(ref data)) 475current = _resultHandler.CreateObject(searchData, ref data);