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