2 implementations of IDcpExecutor
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
31
internal sealed partial class DcpExecutor :
IDcpExecutor
, IDcpObjectFactory, IAsyncDisposable
Aspire.Hosting.TestUtilities (1)
Utils\TestDcpExecutor.cs (1)
9
internal sealed class TestDcpExecutor :
IDcpExecutor
3 references to IDcpExecutor
Aspire.Hosting (3)
DistributedApplicationBuilder.cs (1)
578
_innerBuilder.Services.AddSingleton<
IDcpExecutor
>(sp => sp.GetRequiredService<DcpExecutor>());
Orchestrator\ApplicationOrchestrator.cs (2)
23
private readonly
IDcpExecutor
_dcpExecutor;
41
IDcpExecutor
dcpExecutor,