3 references to getIndexOfLastLeftRegion
Microsoft.CodeAnalysis (3)
Operations\ControlFlowGraphBuilder.cs (3)
1124
int lastLeftRegionOnTheWayFromCurrentToDestination =
getIndexOfLastLeftRegion
(fromCurrent, fromDestination);
1125
int lastLeftRegionOnTheWayFromPredecessorToDestination =
getIndexOfLastLeftRegion
(fromPredecessor, fromDestination);
1126
int lastLeftRegionOnTheWayFromPredecessorToCurrentBlock =
getIndexOfLastLeftRegion
(fromPredecessor, fromCurrent);