2 references to dumpDagTest
Microsoft.CodeAnalysis.CSharp (2)
Binder\DecisionDagBuilder.cs (2)
1693
result.AppendLine($" Test: {
dumpDagTest
(state.SelectedTest)}");
1715
builder.Append($"{cd.Index}. [{cd.Syntax}] {(cd.PatternIsSatisfied ? "MATCH" : cd.RemainingTests.Dump(
dumpDagTest
))}");