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