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