1 instantiation of SelectionTrace
SelectTests (1)
Program.cs (1)
133var 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)
133var trace = new SelectionTrace(); 147private static int RunCore(RunOptions options, SelectionTrace trace) 459private static AffectedResult RunLayer1(RunOptions options, ChangedFileFilter filter, SelectionTrace trace) 487private static void WriteFailureDiagnostics(RunOptions options, SelectionTrace trace, Exception ex)