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