19 references to _steps
Aspire.Hosting (19)
Pipelines\DistributedApplicationPipeline.cs (19)
37_steps.Add(new PipelineStep 58_steps.Add(parameterPromptingStep); 60_steps.Add(new PipelineStep 142_steps.Add(new PipelineStep 149_steps.Add(new PipelineStep 165_steps.Add(pushStep); 167_steps.Add(new PipelineStep 220_steps.Add(new PipelineStep 227_steps.Add(new PipelineStep 235_steps.Add(new PipelineStep 251public bool HasSteps => _steps.Count > 0; 258if (_steps.Any(s => s.Name == name)) 280_steps.Add(step); 327if (_steps.Any(s => s.Name == step.Name)) 333_steps.Add(step); 345var allSteps = _steps.Concat(annotationSteps).ToList(); 1169if (_steps.Count == 0) 1175sb.AppendLine(CultureInfo.InvariantCulture, $"Pipeline with {_steps.Count} step(s):"); 1177foreach (var step in _steps)