7 references to _steps
Aspire.Hosting (7)
Publishing\PublishingActivityReporter.cs (7)
39_steps.TryAdd(step.Id, step); 59if (!_steps.TryGetValue(step.Id, out var parentStep)) 124if (!_steps.TryGetValue(task.StepId, out var parentStep)) 156if (!_steps.TryGetValue(task.StepId, out var parentStep)) 224if (_steps.IsEmpty) 230foreach (var step in _steps.Values) 261return _steps.Any(step => step.Value.CompletionState == CompletionState.InProgress);