Implemented interface member:
property
Id
Microsoft.TemplateEngine.Core.Contracts.IOperationProvider.Id
1 write to Id
Microsoft.TemplateEngine.Core (1)
Operations\PhasedOperation.cs (1)
16
Id
= id;
2 references to Id
Microsoft.TemplateEngine.Core (2)
Operations\PhasedOperation.cs (2)
100
IsInitialStateOn = string.IsNullOrEmpty(_definition.
Id
) || initialState;
103
public string? Id => _definition.
Id
;