19 references to _steps
Aspire.Hosting (19)
Pipelines\DistributedApplicationPipeline.cs (19)
38_steps.Add(new PipelineStep 59_steps.Add(parameterPromptingStep); 61_steps.Add(new PipelineStep 141_steps.Add(new PipelineStep 148_steps.Add(new PipelineStep 164_steps.Add(pushStep); 166_steps.Add(new PipelineStep 238_steps.Add(new PipelineStep 245_steps.Add(new PipelineStep 253_steps.Add(new PipelineStep 269public bool HasSteps => _steps.Count > 0; 276if (_steps.Any(s => s.Name == name)) 298_steps.Add(step); 345if (_steps.Any(s => s.Name == step.Name)) 351_steps.Add(step); 363var allSteps = _steps.Concat(annotationSteps).ToList(); 1194if (_steps.Count == 0) 1200sb.AppendLine(CultureInfo.InvariantCulture, $"Pipeline with {_steps.Count} step(s):"); 1202foreach (var step in _steps)