3 references to _nextStartSignals
Aspire.Hosting.Maui (3)
Lifecycle\MauiBuildQueueEventSubscriber.cs (3)
86
if (
_nextStartSignals
.TryGetValue(resource.Name, out var nextStartSignal))
324
var nextStartSignal =
_nextStartSignals
.GetOrAdd(
385
_ = ((ICollection<KeyValuePair<string, TaskCompletionSource>>)
_nextStartSignals
)