2 writes to fullPath
mscorlib (2)
system\io\filesystemenumerable.cs (2)
216
fullPath
= Path.GetFullPathInternal(path);
317
this.
fullPath
= fullPath;
4 references to fullPath
mscorlib (4)
system\io\filesystemenumerable.cs (4)
217
String fullSearchString = GetFullSearchString(
fullPath
, normalizedSearchPattern);
224
FileIOPermission.EmulateFileIOPermissionChecks(
fullPath
);
233
demandPaths[0] = Directory.GetDemandDir(
fullPath
, true);
361
return new FileSystemEnumerableIterator<TSource>(
fullPath
, normalizedSearchPath, searchCriteria, userPath, searchOption, _resultHandler, _checkHost);