1 write to exceptionState
ILLink.RoslynAnalyzer (1)
src\tools\illink\src\ILLink.Shared\DataFlow\ForwardDataFlowAnalysis.cs (1)
63
exceptionState
= new();
2 references to exceptionState
ILLink.RoslynAnalyzer (2)
src\tools\illink\src\ILLink.Shared\DataFlow\ForwardDataFlowAnalysis.cs (2)
87
if (!
exceptionState
.TryGetValue(tryOrCatchOrFilterRegion, out Box<TValue>? state))
90
exceptionState
.Add(tryOrCatchOrFilterRegion, state);