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)}]"); 1499appendLine(header); 1500appendLine("{"); 1519appendLine(""); 1520appendLine("{ " + method.ToTestDisplayString()); 1521appendLine(""); 1526appendLine("}"); 1539appendLine("}"); 1587appendLine($" Finalizing:" + buildList(branch.FinallyRegions)); 1593appendLine($" Leaving:" + buildList(branch.LeavingRegions)); 1604appendLine($" Entering:" + buildList(branch.EnteringRegions));