2 references to ToImmutableRegionAndFree
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.cs (1)
158
ControlFlowRegion region = root.
ToImmutableRegionAndFree
(blocks, localFunctions, localFunctionsMap, anonymousFunctionsMapOpt, enclosing);
Operations\ControlFlowGraphBuilder.RegionBuilder.cs (1)
325
builder.Add(region.
ToImmutableRegionAndFree
(blocks, localFunctions, localFunctionsMap, anonymousFunctionsMapOpt, enclosing: null));