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