2 references to PrepareHashedChoiceValue
Microsoft.TemplateEngine.Cli (2)
TemplateInvoker.cs (2)
50
string? framework = isMicrosoftAuthored ? TelemetryHelper.
PrepareHashedChoiceValue
(templateToRun, templateParameters, "Framework") : null;
51
string? auth = isMicrosoftAuthored ? TelemetryHelper.
PrepareHashedChoiceValue
(templateToRun, templateParameters, "auth") : null;