1 instantiation of Installer
Microsoft.VisualStudioCode.Razor.IntegrationTests (1)
Services\VSCodeService.cs (1)
15
private readonly Installer _installer =
new
(testServices);
2 references to Installer
Microsoft.VisualStudioCode.Razor.IntegrationTests (2)
Services\VSCodeService.cs (2)
15
private readonly
Installer
_installer = new(testServices);
87
var cliPath =
Installer
.GetCliPathForExecutable(_vsCodeExecutablePath!);