1 write to TemplateFeedLocation
Microsoft.Extensions.AI.Templates.Tests (1)
Infrastructure\WellKnownPaths.cs (1)
30TemplateFeedLocation = Path.Combine(RepoRoot, "src", "ProjectTemplates");
2 references to TemplateFeedLocation
Microsoft.Extensions.AI.Templates.Tests (2)
AIChatWebSnapshotTests.cs (1)
82string templateLocation = Path.Combine(WellKnownPaths.TemplateFeedLocation, "Microsoft.Extensions.AI.Templates", "src", "ChatWithCustomData");
McpServerSnapshotTests.cs (1)
50string templateLocation = Path.Combine(WellKnownPaths.TemplateFeedLocation, "Microsoft.Extensions.AI.Templates", "src", "McpServer");