5 instantiations of FileWrapper
dotnet (2)
ShellShim\EnvironmentPathFactory.cs (2)
41
new
FileWrapper
());
49
fileSystem: new
FileWrapper
());
dotnet-aot (2)
src\sdk\src\Cli\dotnet\ShellShim\EnvironmentPathFactory.cs (2)
41
new
FileWrapper
());
49
fileSystem: new
FileWrapper
());
Microsoft.DotNet.InternalAbstractions (1)
FileSystemWrapper.cs (1)
10
public IFile File { get; } = new
FileWrapper
();