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