2 references to TryGetExceptionFinallyState
ILLink.RoslynAnalyzer (2)
src\tools\illink\src\ILLink.Shared\DataFlow\ForwardDataFlowAnalysis.cs (2)
302 var isPredecessorInFinally = cfgState.TryGetExceptionFinallyState (predecessor, out TValue predecessorState); 364 bool result = cfgState.TryGetExceptionFinallyState (branch, out TValue value);