11 references to GetAssemblyLocation
Microsoft.TestPlatform.CrossPlatEngine (5)
DataCollection\DefaultDataCollectionLauncher.cs (1)
55
var dataCollectorDirectory = Path.GetDirectoryName(typeof(DefaultDataCollectionLauncher).Assembly.
GetAssemblyLocation
());
DataCollection\DotnetDataCollectionLauncher.cs (1)
64
var dataCollectorDirectory = Path.GetDirectoryName(typeof(DefaultDataCollectionLauncher).Assembly.
GetAssemblyLocation
());
DataCollection\ProxyDataCollectionManager.cs (1)
350
var extensionsFolder = Path.Combine(Path.GetDirectoryName(typeof(ITestPlatform).Assembly.
GetAssemblyLocation
())!, "Extensions");
Discovery\DiscovererEnumerator.cs (1)
299
var discovererLocation = discoverer.Value.GetType().Assembly.
GetAssemblyLocation
();
Execution\BaseRunTests.cs (1)
495
var executorLocation = executorType.Assembly.
GetAssemblyLocation
();
Microsoft.TestPlatform.Utilities (1)
CodeCoverageDataAttachmentsHandler.cs (1)
169
var dataAttachmentAssemblyLocation = typeof(CodeCoverageDataAttachmentsHandler).Assembly.
GetAssemblyLocation
()!;
Microsoft.VisualStudio.TestPlatform.Client (1)
TestPlatform.cs (1)
298
Path.GetDirectoryName(typeof(TestPlatform).Assembly.
GetAssemblyLocation
())!,
Microsoft.VisualStudio.TestPlatform.Common (4)
ExtensionFramework\TestPluginCache.cs (2)
354
var currentDirectory = Path.GetDirectoryName(typeof(TestPluginCache).Assembly.
GetAssemblyLocation
())!;
379
var currentDirectory = Path.GetDirectoryName(typeof(TestPluginCache).Assembly.
GetAssemblyLocation
())!;
ExtensionFramework\Utilities\TestExtensions.cs (1)
432
if (string.Equals(extensionType?.Assembly.
GetAssemblyLocation
(), extensionAssembly))
Utilities\InstallationContext.cs (1)
27
var vsInstallPath = new DirectoryInfo(typeof(InstallationContext).Assembly.
GetAssemblyLocation
()).Parent?.Parent?.Parent?.FullName;