1 write to branchInput
ILLink.RoslynAnalyzer (1)
src\tools\illink\src\ILLink.Shared\DataFlow\ForwardDataFlowAnalysis.cs (1)
62branchInput = new();
3 references to branchInput
ILLink.RoslynAnalyzer (3)
src\tools\illink\src\ILLink.Shared\DataFlow\ForwardDataFlowAnalysis.cs (3)
74branchInput[entryOut.Value] = new TState() 151if (!branchInput.TryGetValue(branch, out TState? state)) 160branchInput.Add(branch, state);