3 references to CreateProxyBranch
ILLink.RoslynAnalyzer (3)
DataFlow\ControlFlowGraphProxy.cs (3)
103
if (
CreateProxyBranch
(predecessor) is ControlFlowBranch branch)
111
yield return
CreateProxyBranch
(conditionalSuccessor);
113
yield return
CreateProxyBranch
(fallThroughSuccessor);