16 references to _steps
Aspire.Hosting (16)
Pipelines\DistributedApplicationPipeline.cs (16)
37_steps.Add(new PipelineStep 43_steps.Add(new PipelineStep 124_steps.Add(new PipelineStep 130_steps.Add(new PipelineStep 137_steps.Add(new PipelineStep 143_steps.Add(new PipelineStep 150_steps.Add(new PipelineStep 165public bool HasSteps => _steps.Count > 0; 172if (_steps.Any(s => s.Name == name)) 194_steps.Add(step); 241if (_steps.Any(s => s.Name == step.Name)) 247_steps.Add(step); 259var allSteps = _steps.Concat(annotationSteps).ToList(); 1077if (_steps.Count == 0) 1083sb.AppendLine(CultureInfo.InvariantCulture, $"Pipeline with {_steps.Count} step(s):"); 1085foreach (var step in _steps)