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