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