1 write to BuildCompletionSource
aspire (1)
Commands\RunCommand.cs (1)
239BuildCompletionSource = buildCompletionSource,
10 references to BuildCompletionSource
aspire (10)
Projects\DotNetAppHostProject.cs (5)
219context.BuildCompletionSource?.TrySetResult(false); 246context.BuildCompletionSource?.TrySetResult(false); 264context.BuildCompletionSource?.TrySetResult(false); 270context.BuildCompletionSource?.TrySetResult(false); 280context.BuildCompletionSource?.TrySetResult(true);
Projects\GuestAppHostProject.cs (5)
276context.BuildCompletionSource?.TrySetResult(false); 314context.BuildCompletionSource?.TrySetResult(false); 323context.BuildCompletionSource?.TrySetResult(true); 463context.BuildCompletionSource?.TrySetResult(false); 470context.BuildCompletionSource?.TrySetResult(false);