1 write to _entryPoints
Microsoft.TemplateEngine.Core (1)
Operations\PhasedOperation.cs (1)
99
_entryPoints
= entryPoints;
1 reference to _entryPoints
Microsoft.TemplateEngine.Core (1)
Operations\PhasedOperation.cs (1)
111
IReadOnlyList<SpecializedPhase> nextPhases = _currentPhase?.Next ??
_entryPoints
;