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)
100IsInitialStateOn = string.IsNullOrEmpty(_definition.Id) || initialState; 103public string? Id => _definition.Id;