1 write to finallyInputState
ILLink.RoslynAnalyzer (1)
src\tools\illink\src\ILLink.Shared\DataFlow\ForwardDataFlowAnalysis.cs (1)
65 finallyInputState = new ();
3 references to finallyInputState
ILLink.RoslynAnalyzer (3)
src\tools\illink\src\ILLink.Shared\DataFlow\ForwardDataFlowAnalysis.cs (3)
108 if (!finallyInputState.TryGetValue (finallyRegion, out TValue state)) { 110 finallyInputState.Add (finallyRegion, state); 120 finallyInputState[finallyRegion] = state;