3 instantiations of IntegrationLoadContext
Aspire.Hosting.RemoteHost (1)
AssemblyLoader.cs (1)
154
return new
IntegrationLoadContext
([.. probeDirs], logger);
Aspire.Hosting.RemoteHost.Tests (2)
IntegrationLoadContextTests.cs (2)
17
var alc = new
IntegrationLoadContext
([AppContext.BaseDirectory], NullLogger.Instance);
30
var alc = new
IntegrationLoadContext
([AppContext.BaseDirectory], NullLogger.Instance);
6 references to IntegrationLoadContext
Aspire.Hosting.RemoteHost (4)
AssemblyLoader.cs (4)
18
private readonly
IntegrationLoadContext
_loadContext;
109
IntegrationLoadContext
loadContext,
136
private static Assembly LoadAssembly(
IntegrationLoadContext
loadContext, string name)
142
private static
IntegrationLoadContext
CreateLoadContext(string? integrationLibsPath, string applicationBasePath, ILogger logger)
Aspire.Hosting.RemoteHost.Tests (2)
IntegrationLoadContextTests.cs (2)
17
var
alc = new IntegrationLoadContext([AppContext.BaseDirectory], NullLogger.Instance);
30
var
alc = new IntegrationLoadContext([AppContext.BaseDirectory], NullLogger.Instance);