1 write to _sandboxOutput
Microsoft.McpServer.ProjectTemplates.Tests (1)
test\ProjectTemplates\Infrastructure\TemplateExecutionTestClassFixtureBase.cs (1)
40_sandboxOutput = configuration.TemplateSandboxOutput;
3 references to _sandboxOutput
Microsoft.McpServer.ProjectTemplates.Tests (3)
test\ProjectTemplates\Infrastructure\TemplateExecutionTestClassFixtureBase.cs (3)
42_sandboxInstallPath = Path.Combine(_sandboxOutput, "install"); 43_sandboxProjectsPath = Path.Combine(_sandboxOutput, "projects"); 56CopySandboxDirectory(WellKnownPaths.TemplateSandboxSource, _sandboxOutput);