7 references to _steps
Aspire.Hosting (7)
Publishing\PublishingActivityProgressReporter.cs (7)
385_steps.TryAdd(step.Id, step); 405if (!_steps.TryGetValue(step.Id, out var parentStep)) 467if (!_steps.TryGetValue(task.StepId, out var parentStep)) 499if (!_steps.TryGetValue(task.StepId, out var parentStep)) 566if (_steps.IsEmpty) 572foreach (var step in _steps.Values) 603return _steps.Any(step => step.Value.CompletionState == CompletionState.InProgress);