1 write to LocalFunctions
Microsoft.CodeAnalysis (1)
Operations\ControlFlowRegion.cs (1)
79
LocalFunctions
= methods.NullToEmpty();
9 references to LocalFunctions
Microsoft.CodeAnalysis.Test.Utilities (9)
Compilation\ControlFlowGraphVerifier.cs (9)
149
Assert.Empty(currentRegion.
LocalFunctions
);
1390
if (!region.
LocalFunctions
.IsEmpty)
1394
foreach (IMethodSymbol method in region.
LocalFunctions
)
1435
Assert.Empty(region.
LocalFunctions
);
1469
Assert.False(region.Locals.IsEmpty && region.
LocalFunctions
.IsEmpty && region.CaptureIds.IsEmpty);
1476
Assert.Empty(region.
LocalFunctions
);
1516
for (var i = 0; i < region.
LocalFunctions
.Length; i++)
1518
var method = region.
LocalFunctions
[i];
1670
foreach (IMethodSymbol m in region.
LocalFunctions
)