1 write to _containerContextSource
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
127
_containerContextSource
= new TaskCompletionSource<ContainerCreationContext>(TaskCreationOptions.RunContinuationsAsynchronously);
3 references to _containerContextSource
Aspire.Hosting (3)
Dcp\DcpExecutor.cs (3)
255
_containerContextSource
.SetResult(cctx);
271
_containerContextSource
.TrySetException(ex);
1237
var cctx = await
_containerContextSource
.Task.ConfigureAwait(false);