13 references to getRegionId
Microsoft.CodeAnalysis.Test.Utilities (13)
Compilation\ControlFlowGraphVerifier.cs (13)
526
$"Capture [{id.Value}] is not used in region [{
getRegionId
(region)}] before leaving it after block [{getBlockId(block)}]", finalGraph);
1438
enterRegion($".filter {{{
getRegionId
(region)}}}");
1443
enterRegion($".try {{{
getRegionId
(region.EnclosingRegion)}, {
getRegionId
(region)}}}");
1446
enterRegion($".catch {{{
getRegionId
(region)}}} ({region.ExceptionType?.ToTestDisplayString() ?? "null"})");
1450
enterRegion($".finally {{{
getRegionId
(region)}}}");
1457
enterRegion($".handler {{{
getRegionId
(region)}}}");
1460
enterRegion($".catch {{{
getRegionId
(region)}}} ({region.ExceptionType?.ToTestDisplayString() ?? "null"})");
1470
enterRegion($".locals {{{
getRegionId
(region)}}}");
1484
enterRegion($".static initializer {{{
getRegionId
(region)}}}");
1489
enterRegion($".erroneous body {{{
getRegionId
(region)}}}");
1515
string regionId =
getRegionId
(region);
1621
builder.Builder.Append($" {{{
getRegionId
(r)}}}");