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