5 references to ApplyAllTokens
aspire (5)
Templating\CliTemplateFactory.EmptyTemplate.cs (1)
178await CopyTemplateTreeToDiskAsync("empty-apphost", outputPath, ApplyAllTokens, cancellationToken);
Templating\CliTemplateFactory.GoStarterTemplate.cs (1)
58await CopyTemplateTreeToDiskAsync("go-starter", outputPath, ApplyAllTokens, cancellationToken);
Templating\CliTemplateFactory.JavaStarterTemplate.cs (1)
58await CopyTemplateTreeToDiskAsync("java-starter", outputPath, ApplyAllTokens, cancellationToken);
Templating\CliTemplateFactory.PythonStarterTemplate.cs (1)
67await CopyTemplateTreeToDiskAsync("py-starter", outputPath, ApplyAllTokens, cancellationToken);
Templating\CliTemplateFactory.TypeScriptStarterTemplate.cs (1)
60await CopyTemplateTreeToDiskAsync("ts-starter", outputPath, ApplyAllTokens, cancellationToken);