1 write to BuildCompletionSource
aspire (1)
Commands\RunCommand.cs (1)
233BuildCompletionSource = buildCompletionSource,
11 references to BuildCompletionSource
aspire (11)
Projects\DotNetAppHostProject.cs (6)
197context.BuildCompletionSource?.TrySetResult(false); 240context.BuildCompletionSource?.TrySetResult(false); 267context.BuildCompletionSource?.TrySetResult(false); 285context.BuildCompletionSource?.TrySetResult(false); 291context.BuildCompletionSource?.TrySetResult(false); 301context.BuildCompletionSource?.TrySetResult(true);
Projects\GuestAppHostProject.cs (5)
289context.BuildCompletionSource?.TrySetResult(false); 326context.BuildCompletionSource?.TrySetResult(false); 335context.BuildCompletionSource?.TrySetResult(true); 478context.BuildCompletionSource?.TrySetResult(false); 485context.BuildCompletionSource?.TrySetResult(false);