4 instantiations of ToolManifestEditor
dotnet (4)
Commands\Tool\Install\ToolInstallLocalCommand.cs (1)
63_toolManifestEditor = toolManifestEditor ?? new ToolManifestEditor();
Commands\Tool\Uninstall\ToolUninstallLocalCommand.cs (1)
38_toolManifestEditor = toolManifestEditor ?? new ToolManifestEditor();
Commands\Tool\Update\ToolUpdateLocalCommand.cs (1)
38_toolManifestEditor = toolManifestEditor ?? new ToolManifestEditor();
ToolManifest\ToolManifestFinder.cs (1)
30_toolManifestEditor = new ToolManifestEditor(_fileSystem, dangerousFileDetector);
1 reference to ToolManifestEditor
dotnet (1)
ToolManifest\ToolManifestFinder.cs (1)
17private readonly ToolManifestEditor _toolManifestEditor;