3 references to IntegrationLoadContext
Aspire.Hosting.RemoteHost (2)
AssemblyLoader.cs (1)
432
return new
IntegrationLoadContext
([.. probeDirs], packageProbeManifest, logger);
IntegrationLoadContext.cs (1)
30
:
this
(probeDirectories, IntegrationPackageProbeManifest.Empty, logger)
Aspire.Hosting.RemoteHost.Tests (1)
IntegrationLoadContextTests.cs (1)
56
var alc = new
IntegrationLoadContext
([], probeManifest, NullLogger.Instance);