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