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)
17
private readonly
ToolManifestEditor
_toolManifestEditor;