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)
111IReadOnlyList<SpecializedPhase> nextPhases = _currentPhase?.Next ?? _entryPoints; 121if (_currentPhase != null && _currentPhase.ResetsWith.Contains(token))