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)
86
if (!
exceptionState
.TryGetValue (tryOrCatchOrFilterRegion, out Box<TValue>? state)) {
88
exceptionState
.Add (tryOrCatchOrFilterRegion, state);