1 implementation of IAssemblyLoadContext
Microsoft.TestPlatform.PlatformAbstractions (1)
netcore\Runtime\PlatformAssemblyLoadContext.cs (1)
14public class PlatformAssemblyLoadContext : IAssemblyLoadContext
5 references to IAssemblyLoadContext
Microsoft.TestPlatform.CrossPlatEngine (4)
Client\TestLoggerManager.cs (2)
83private readonly IAssemblyLoadContext _assemblyLoadContext; 103InternalTestLoggerEvents loggerEvents, IAssemblyLoadContext assemblyLoadContext)
DataCollection\InProcDataCollector.cs (2)
42private readonly IAssemblyLoadContext _assemblyLoadContext; 67internal InProcDataCollector(string codeBase, string assemblyQualifiedName, Type interfaceType, string? configXml, IAssemblyLoadContext assemblyLoadContext, TestPluginCache testPluginCache)
Microsoft.VisualStudio.TestPlatform.Common (1)
Utilities\AssemblyResolver.cs (1)
41private readonly IAssemblyLoadContext _platformAssemblyLoadContext;