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