1 write to exceptionFinallyState
ILLink.RoslynAnalyzer (1)
src\tools\illink\src\ILLink.Shared\DataFlow\ForwardDataFlowAnalysis.cs (1)
64exceptionFinallyState = new();
3 references to exceptionFinallyState
ILLink.RoslynAnalyzer (3)
src\tools\illink\src\ILLink.Shared\DataFlow\ForwardDataFlowAnalysis.cs (3)
132if (!exceptionFinallyState.TryGetValue(branch, out state)) 135exceptionFinallyState.Add(branch, state); 146exceptionFinallyState[branch] = state;