3 references to getIndexOfLastLeftRegion
Microsoft.CodeAnalysis (3)
Operations\ControlFlowGraphBuilder.cs (3)
1132
int lastLeftRegionOnTheWayFromCurrentToDestination =
getIndexOfLastLeftRegion
(fromCurrent, fromDestination);
1133
int lastLeftRegionOnTheWayFromPredecessorToDestination =
getIndexOfLastLeftRegion
(fromPredecessor, fromDestination);
1134
int lastLeftRegionOnTheWayFromPredecessorToCurrentBlock =
getIndexOfLastLeftRegion
(fromPredecessor, fromCurrent);