1 write to _workspace
Infrastructure.Tests (1)
TestTriggerMap\GraphAffectedProjectsTests.cs (1)
238_workspace = workspace;
8 references to _workspace
Infrastructure.Tests (8)
TestTriggerMap\GraphAffectedProjectsTests.cs (8)
282var changedFilesPath = System.IO.Path.Combine(_workspace.Path, "changed.txt"); 284return GraphAffectedProjects.Compute(_workspace.Path, System.IO.Path.Combine(_workspace.Path, "Aspire.slnx"), from: null, to: null, changedFilesPath: changedFilesPath).AffectedProjects; 289var changedFilesPath = System.IO.Path.Combine(_workspace.Path, "changed.txt"); 291return GraphAffectedProjects.Compute(_workspace.Path, System.IO.Path.Combine(_workspace.Path, "Aspire.slnx"), from: null, to: null, changedFilesPath: changedFilesPath); 296var fullPath = System.IO.Path.Combine(_workspace.Path, relativePath.Replace('\\', System.IO.Path.DirectorySeparatorChar)); 323public void Dispose() => _workspace.Dispose();