1 instantiation of SelectionTrace
SelectTests (1)
Program.cs (1)
149var trace = new SelectionTrace();
5 references to SelectionTrace
SelectTests (5)
GraphAffectedProjects.cs (1)
124public static AffectedResult Compute(string repoRoot, string solutionPath, string? from, string? to, string? changedFilesPath, ChangedFileFilter? filter = null, SelectionTrace? trace = null)
Program.cs (4)
149var trace = new SelectionTrace(); 163private static int RunCore(RunOptions options, SelectionTrace trace) 475private static AffectedResult RunLayer1(RunOptions options, ChangedFileFilter filter, SelectionTrace trace) 503private static void WriteFailureDiagnostics(RunOptions options, SelectionTrace trace, Exception ex)