28 references to _steps
Aspire.Hosting (28)
Pipelines\DistributedApplicationPipeline.cs (28)
41_steps.Add(new PipelineStep 62_steps.Add(parameterPromptingStep); 64_steps.Add(new PipelineStep 141_steps.Add(new PipelineStep 148_steps.Add(new PipelineStep 158_steps.Add(new PipelineStep 224_steps.Add(pushStep); 226_steps.Add(new PipelineStep 298_steps.Add(new PipelineStep 305_steps.Add(new PipelineStep 312_steps.Add(new PipelineStep 325_steps.Add(new PipelineStep 341_steps.Add(new PipelineStep 348_steps.Add(new PipelineStep 361_steps.Add(new PipelineStep 374_steps.Add(new PipelineStep 454public bool HasSteps => _steps.Count > 0; 461if (_steps.Any(s => s.Name == name)) 483_steps.Add(step); 530if (_steps.Any(s => s.Name == step.Name)) 536_steps.Add(step); 561clone._steps.Clear(); 562foreach (var step in _steps) 564clone._steps.Add(step.Clone()); 626var allSteps = _steps.Concat(annotationSteps).ToList(); 1512if (_steps.Count == 0) 1518sb.AppendLine(CultureInfo.InvariantCulture, $"Pipeline with {_steps.Count} step(s):"); 1520foreach (var step in _steps)