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