8 references to Phase
Microsoft.TemplateEngine.Core (8)
Operations\Phase.cs (2)
20Next = new List<Phase>(); 25public List<Phase> Next { get; }
Operations\PhasedOperation.cs (6)
11private readonly IReadOnlyList<Phase> _config; 14public PhasedOperation(string? id, IReadOnlyList<Phase> config, bool initialState) 28Stack<IEnumerator<Phase>> sourceParents = new Stack<IEnumerator<Phase>>(); 30IEnumerator<Phase>? currentSource = _config.GetEnumerator(); 37Phase c = currentSource.Current;