4 references to BranchWithInfo
Microsoft.CodeAnalysis.AnalyzerUtilities (4)
src\RoslynAnalyzers\Utilities\FlowAnalysis\Extensions\BasicBlockExtensions.cs (1)
20var branchWithInfo = new BranchWithInfo(predecessorBranch);
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\DataFlowAnalysis.cs (3)
634var preadjustSuccessorWithbranch = new BranchWithInfo(basicBlock.FallThroughSuccessor!); 640preadjustSuccessorWithbranch = new BranchWithInfo(basicBlock.ConditionalSuccessor); 772(data, _) = operationVisitor.FlowBranch(branch.Source, new BranchWithInfo(branch), data);