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)
110
if (!
finallyInputState
.TryGetValue(finallyRegion, out TValue state))
113
finallyInputState
.Add(finallyRegion, state);
123
finallyInputState
[finallyRegion] = state;