15 references to appendLine
Microsoft.CodeAnalysis.Test.Utilities (15)
Compilation\ControlFlowGraphVerifier.cs (15)
181appendLine($"Block[{getBlockId(block)}] - {block.Kind}{(block.IsReachable ? "" : " [UnReachable]")}"); 230appendLine(" Predecessors (0)"); 234appendLine($" Statements ({statements.Length})"); 260appendLine($" Jump if {jumpIfTrue} ({conditionalBranch.Semantics}) to Block[{getDestinationString(ref conditionalBranch)}]"); 300appendLine($" Next ({nextBranch.Semantics}) Block[{getDestinationString(ref nextBranch)}]"); 1524appendLine(header); 1525appendLine("{"); 1544appendLine(""); 1545appendLine("{ " + method.ToTestDisplayString()); 1546appendLine(""); 1551appendLine("}"); 1564appendLine("}"); 1612appendLine($" Finalizing:" + buildList(branch.FinallyRegions)); 1618appendLine($" Leaving:" + buildList(branch.LeavingRegions)); 1629appendLine($" Entering:" + buildList(branch.EnteringRegions));