1 write to _fileSystem
Microsoft.DotNet.Tools.Tests.ComponentMocks (1)
ToolPackageMock.cs (1)
32_fileSystem = fileSystem ?? throw new ArgumentNullException(nameof(fileSystem));
2 references to _fileSystem
Microsoft.DotNet.Tools.Tests.ComponentMocks (2)
ToolPackageMock.cs (2)
77var executablePath = _fileSystem.File.ReadAllText(Path.Combine(PackageDirectory.Value, "project.assets.json")); 81var configuration = ToolConfigurationDeserializer.Deserialize(settingsFilePath, _fileSystem);