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