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