2 writes to _defaultIfOptionWithoutValue
Microsoft.TemplateEngine.Utils (2)
TemplateParameter.cs (2)
65init => _defaultIfOptionWithoutValue = value; 79set => _defaultIfOptionWithoutValue = value;
2 references to _defaultIfOptionWithoutValue
Microsoft.TemplateEngine.Utils (2)
TemplateParameter.cs (2)
64get => _defaultIfOptionWithoutValue; 78get => _defaultIfOptionWithoutValue;