1 implementation of IFileSystem
Microsoft.Arcade.Common (1)
FileSystem.cs (1)
11public class FileSystem : IFileSystem
5 references to IFileSystem
Microsoft.DotNet.Build.Manifest (2)
BuildModelFactory.cs (2)
41private readonly IFileSystem _fileSystem; 48IFileSystem fileSystem,
Microsoft.DotNet.Build.Tasks.Feed (3)
src\PushToBuildStorage.cs (3)
173private IFileSystem _fileSystem; 181collection.TryAddSingleton<IFileSystem>(provider => new PushToBuildStorageFileSystem(UseHardlinksIfPossible, Log)); 259public bool ExecuteTask(IFileSystem fileSystem,