2 instantiations of AssemblyResolver
Microsoft.VisualStudio.TestPlatform.Common (2)
ExtensionFramework\TestPluginCache.cs (1)
484_assemblyResolver = new AssemblyResolver(resolutionPaths);
ExtensionFramework\VSExtensionManager.cs (1)
86using (var assemblyResolver = new AssemblyResolver(resolutionPaths))
3 references to AssemblyResolver
Microsoft.VisualStudio.TestPlatform.Common (3)
ExtensionFramework\TestPluginCache.cs (1)
39private AssemblyResolver? _assemblyResolver;
ExtensionFramework\VSExtensionManager.cs (1)
86using (var assemblyResolver = new AssemblyResolver(resolutionPaths))
Utilities\AssemblyResolver.cs (1)
46/// Initializes a new instance of the <see cref="AssemblyResolver"/> class.