1 write to BuildCompletionSource
aspire (1)
Commands\RunCommand.cs (1)
259BuildCompletionSource = 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)
286context.BuildCompletionSource?.TrySetResult(false); 323context.BuildCompletionSource?.TrySetResult(false); 332context.BuildCompletionSource?.TrySetResult(true); 472context.BuildCompletionSource?.TrySetResult(false); 479context.BuildCompletionSource?.TrySetResult(false);