13 references to getRegionId
Microsoft.CodeAnalysis.Test.Utilities (13)
Compilation\ControlFlowGraphVerifier.cs (13)
527
$"Capture [{id.Value}] is not used in region [{
getRegionId
(region)}] before leaving it after block [{getBlockId(block)}]", finalGraph);
1463
enterRegion($".filter {{{
getRegionId
(region)}}}");
1468
enterRegion($".try {{{
getRegionId
(region.EnclosingRegion)}, {
getRegionId
(region)}}}");
1471
enterRegion($".catch {{{
getRegionId
(region)}}} ({region.ExceptionType?.ToTestDisplayString() ?? "null"})");
1475
enterRegion($".finally {{{
getRegionId
(region)}}}");
1482
enterRegion($".handler {{{
getRegionId
(region)}}}");
1485
enterRegion($".catch {{{
getRegionId
(region)}}} ({region.ExceptionType?.ToTestDisplayString() ?? "null"})");
1495
enterRegion($".locals {{{
getRegionId
(region)}}}");
1509
enterRegion($".static initializer {{{
getRegionId
(region)}}}");
1514
enterRegion($".erroneous body {{{
getRegionId
(region)}}}");
1540
string regionId =
getRegionId
(region);
1646
builder.Builder.Append($" {{{
getRegionId
(r)}}}");