1 write to DataSource
Microsoft.TemplateEngine.Abstractions (1)
Parameters\ParameterData.cs (1)
26DataSource = source;
3 references to DataSource
Microsoft.TemplateEngine.Abstractions (1)
Parameters\ParameterData.cs (1)
36/// The value of the parameter derived from the instantiation context (actual source of value indicated in <see cref="DataSource"/>).
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (2)
Macros\CoalesceMacro.cs (2)
29parameterData!.DataSource is not DataSource.User and not DataSource.DefaultIfNoValue) 36parameterData.DataSource);