15 references to appendLine
Microsoft.CodeAnalysis.Test.Utilities (15)
Compilation\ControlFlowGraphVerifier.cs (15)
181
appendLine
($"Block[{getBlockId(block)}] - {block.Kind}{(block.IsReachable ? "" : " [UnReachable]")}");
230
appendLine
(" Predecessors (0)");
234
appendLine
($" Statements ({statements.Length})");
260
appendLine
($" Jump if {jumpIfTrue} ({conditionalBranch.Semantics}) to Block[{getDestinationString(ref conditionalBranch)}]");
300
appendLine
($" Next ({nextBranch.Semantics}) Block[{getDestinationString(ref nextBranch)}]");
1499
appendLine
(header);
1500
appendLine
("{");
1519
appendLine
("");
1520
appendLine
("{ " + method.ToTestDisplayString());
1521
appendLine
("");
1526
appendLine
("}");
1539
appendLine
("}");
1587
appendLine
($" Finalizing:" + buildList(branch.FinallyRegions));
1593
appendLine
($" Leaving:" + buildList(branch.LeavingRegions));
1604
appendLine
($" Entering:" + buildList(branch.EnteringRegions));