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