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
);
1415
if (!region.
LocalFunctions
.IsEmpty)
1419
foreach (IMethodSymbol method in region.
LocalFunctions
)
1460
Assert.Empty(region.
LocalFunctions
);
1494
Assert.False(region.Locals.IsEmpty && region.
LocalFunctions
.IsEmpty && region.CaptureIds.IsEmpty);
1501
Assert.Empty(region.
LocalFunctions
);
1541
for (var i = 0; i < region.
LocalFunctions
.Length; i++)
1543
var method = region.
LocalFunctions
[i];
1695
foreach (IMethodSymbol m in region.
LocalFunctions
)