1 write to Next
Microsoft.TemplateEngine.Core (1)
Operations\PhasedOperation.cs (1)
135Next = new List<SpecializedPhase>();
3 references to Next
Microsoft.TemplateEngine.Core (3)
Operations\PhasedOperation.cs (3)
82currentTarget[currentTarget.Count - 1].Next.AddRange(children); 111IReadOnlyList<SpecializedPhase> nextPhases = _currentPhase?.Next ?? _entryPoints; 116_currentPhase = match.Next.Count > 0 ? match : null;