1 write to BuildCompletionSource
aspire (1)
Commands\RunCommand.cs (1)
228BuildCompletionSource = buildCompletionSource,
11 references to BuildCompletionSource
aspire (11)
Projects\DotNetAppHostProject.cs (6)
206context.BuildCompletionSource?.TrySetResult(false); 249context.BuildCompletionSource?.TrySetResult(false); 276context.BuildCompletionSource?.TrySetResult(false); 294context.BuildCompletionSource?.TrySetResult(false); 300context.BuildCompletionSource?.TrySetResult(false); 310context.BuildCompletionSource?.TrySetResult(true);
Projects\GuestAppHostProject.cs (5)
356context.BuildCompletionSource?.TrySetResult(false); 393context.BuildCompletionSource?.TrySetResult(false); 402context.BuildCompletionSource?.TrySetResult(true); 578context.BuildCompletionSource?.TrySetResult(false); 585context.BuildCompletionSource?.TrySetResult(false);