2 writes to normalizedSearchPath
mscorlib (2)
system\io\filesystemenumerable.cs (2)
218
normalizedSearchPath
= Path.GetDirectoryName(fullSearchString);
318
this.
normalizedSearchPath
= normalizedSearchPath;
5 references to normalizedSearchPath
mscorlib (5)
system\io\filesystemenumerable.cs (5)
225
FileIOPermission.EmulateFileIOPermissionChecks(
normalizedSearchPath
);
237
demandPaths[1] = Directory.GetDemandDir(
normalizedSearchPath
, true);
244
searchCriteria = GetNormalizedSearchCriteria(fullSearchString,
normalizedSearchPath
);
255
searchData = new Directory.SearchData(
normalizedSearchPath
, this.userPath, searchOption);
361
return new FileSystemEnumerableIterator<TSource>(fullPath,
normalizedSearchPath
, searchCriteria, userPath, searchOption, _resultHandler, _checkHost);