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)
129
if (!
exceptionFinallyState
.TryGetValue (branch, out state)) {
131
exceptionFinallyState
.Add (branch, state);
142
exceptionFinallyState
[branch] = state;