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