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