2 writes to userPath
mscorlib (2)
system\io\filesystemenumerable.cs (2)
253
this.
userPath
= userPathTemp;
321
this.
userPath
= userPath;
2 references to userPath
mscorlib (2)
system\io\filesystemenumerable.cs (2)
255
searchData = new Directory.SearchData(normalizedSearchPath, this.
userPath
, searchOption);
361
return new FileSystemEnumerableIterator<TSource>(fullPath, normalizedSearchPath, searchCriteria,
userPath
, searchOption, _resultHandler, _checkHost);