1 write to _definition
Microsoft.TemplateEngine.Core (1)
Operations\PhasedOperation.cs (1)
97
_definition
= definition;
2 references to _definition
Microsoft.TemplateEngine.Core (2)
Operations\PhasedOperation.cs (2)
100
IsInitialStateOn = string.IsNullOrEmpty(
_definition
.Id) || initialState;
103
public string? Id =>
_definition
.Id;