2 instantiations of InstallationContext
Microsoft.VisualStudio.TestPlatform.Common (2)
ExtensionFramework\TestPluginCache.cs (1)
386
var installContext = new
InstallationContext
(new FileHelper());
ExtensionFramework\VSExtensionManager.cs (1)
78
var installContext = new
InstallationContext
(_fileHelper);
3 references to InstallationContext
Microsoft.VisualStudio.TestPlatform.Common (3)
ExtensionFramework\TestPluginCache.cs (1)
386
var
installContext = new InstallationContext(new FileHelper());
ExtensionFramework\VSExtensionManager.cs (1)
78
var
installContext = new InstallationContext(_fileHelper);
Utilities\InstallationContext.cs (1)
27
var vsInstallPath = new DirectoryInfo(typeof(
InstallationContext
).Assembly.GetAssemblyLocation()).Parent?.Parent?.Parent?.FullName;