12 instantiations of FileSystemWrapper
dotnet (11)
CommandFactory\CommandResolution\LocalToolsCommandResolver.cs (1)
21private readonly IFileSystem _fileSystem = fileSystem ?? new FileSystemWrapper();
Commands\Tool\Execute\ToolExecuteCommand.cs (1)
81new FileSystemWrapper());
Commands\Tool\Restore\ToolPackageRestorer.cs (1)
43_fileSystem = fileSystem ?? new FileSystemWrapper();
Commands\Tool\Restore\ToolRestoreCommand.cs (1)
60_fileSystem = fileSystem ?? new FileSystemWrapper();
ShellShim\ShellShimRepository.cs (1)
20private readonly IFileSystem _fileSystem = fileSystem ?? new FileSystemWrapper();
ToolManifest\ToolManifestEditor.cs (1)
18private readonly IFileSystem _fileSystem = fileSystem ?? new FileSystemWrapper();
ToolManifest\ToolManifestFinder.cs (1)
28_fileSystem = fileSystem ?? new FileSystemWrapper();
ToolPackage\LocalToolsResolverCache.cs (1)
26_fileSystem = fileSystem ?? new FileSystemWrapper();
ToolPackage\ToolConfigurationDeserializer.cs (1)
22fileSystem ??= new FileSystemWrapper();
ToolPackage\ToolPackageInstance.cs (1)
53_fileSystem = fileSystem ?? new FileSystemWrapper();
ToolPackage\ToolPackageStoreAndQuery.cs (1)
17private IFileSystem _fileSystem = fileSystem ?? new FileSystemWrapper();
Microsoft.DotNet.InternalAbstractions (1)
FileSystemWrapper.cs (1)
8public static IFileSystem Default { get; } = new FileSystemWrapper();
9 references to FileSystemWrapper
dotnet (4)
BuildServer\BuildServerProvider.cs (1)
19private readonly IFileSystem _fileSystem = fileSystem ?? FileSystemWrapper.Default;
BuildServer\RazorPidFile.cs (1)
25fileSystem ??= FileSystemWrapper.Default;
BuildServer\RazorServer.cs (1)
17private readonly IFileSystem _fileSystem = fileSystem ?? FileSystemWrapper.Default;
ToolPackage\ToolPackageDownloader.cs (1)
29) : base(store, runtimeJsonPathForTests, currentWorkingDirectory, FileSystemWrapper.Default)
Microsoft.DotNet.Configurer (5)
AspNetCertificateSentinel.cs (1)
21FileSystemWrapper.Default)
FileSentinel.cs (1)
21_fileSystem = fileSystem ?? FileSystemWrapper.Default;
FirstTimeUseNoticeSentinel.cs (1)
21FileSystemWrapper.Default)
UserLevelCacheWriter.cs (2)
18FileSystemWrapper.Default.File, 19FileSystemWrapper.Default.Directory)