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); 1237var cctx = await _containerContextSource.Task.ConfigureAwait(false);