1 implementation of IFile
Microsoft.DotNet.InternalAbstractions (1)
FileWrapper.cs (1)
6internal class FileWrapper : IFile
8 references to IFile
dotnet (4)
ShellShim\LinuxEnvironmentPath.cs (2)
14private readonly IFile _fileSystem; 28IFile fileSystem)
ShellShim\OsxBashEnvironmentPath.cs (2)
16IFile fileSystem 21private readonly IFile _fileSystem = fileSystem ?? throw new ArgumentNullException(nameof(fileSystem));
Microsoft.DotNet.Configurer (2)
UserLevelCacheWriter.cs (2)
11private readonly IFile _file; 63internal UserLevelCacheWriter(string dotnetUserProfileFolderPath, IFile file, IDirectory directory)
Microsoft.DotNet.InternalAbstractions (2)
FileSystemWrapper.cs (1)
10public IFile File { get; } = new FileWrapper();
IFileSystem.cs (1)
8IFile File { get; }