2 writes to _currentPhase
Microsoft.TemplateEngine.Core (2)
Operations\PhasedOperation.cs (2)
116
_currentPhase
= match.Next.Count > 0 ? match : null;
123
_currentPhase
= null;
3 references to _currentPhase
Microsoft.TemplateEngine.Core (3)
Operations\PhasedOperation.cs (3)
111
IReadOnlyList<SpecializedPhase> nextPhases =
_currentPhase
?.Next ?? _entryPoints;
121
if (
_currentPhase
!= null &&
_currentPhase
.ResetsWith.Contains(token))