4 instantiations of IntegrationLoadContext
Aspire.Hosting.RemoteHost (1)
AssemblyLoader.cs (1)
432
return new
IntegrationLoadContext
([.. probeDirs], packageProbeManifest, logger);
Aspire.Hosting.RemoteHost.Tests (3)
IntegrationLoadContextTests.cs (3)
18
var alc = new
IntegrationLoadContext
([AppContext.BaseDirectory], NullLogger.Instance);
31
var alc = new
IntegrationLoadContext
([AppContext.BaseDirectory], NullLogger.Instance);
56
var alc = new
IntegrationLoadContext
([], probeManifest, NullLogger.Instance);
9 references to IntegrationLoadContext
Aspire.Hosting.RemoteHost (6)
AssemblyLoader.cs (6)
22
private readonly
IntegrationLoadContext
_loadContext;
297
IntegrationLoadContext
loadContext,
322
/// Warns when a shared assembly (one that <see cref="
IntegrationLoadContext
"/> intentionally
354
foreach (var sharedName in
IntegrationLoadContext
.GetSharedAssemblyNames())
410
private static Assembly LoadAssembly(
IntegrationLoadContext
loadContext, string name)
416
private static
IntegrationLoadContext
CreateLoadContext(
Aspire.Hosting.RemoteHost.Tests (3)
IntegrationLoadContextTests.cs (3)
18
var
alc = new IntegrationLoadContext([AppContext.BaseDirectory], NullLogger.Instance);
31
var
alc = new IntegrationLoadContext([AppContext.BaseDirectory], NullLogger.Instance);
56
var
alc = new IntegrationLoadContext([], probeManifest, NullLogger.Instance);