5 references to GetExceptionState
ILLink.RoslynAnalyzer (5)
src\runtime\src\tools\illink\src\ILLink.Shared\DataFlow\ForwardDataFlowAnalysis.cs (5)
101state = GetExceptionState(tryOrCatchOrFilterRegion); 296Box<TValue> tryExceptionState = cfgState.GetExceptionState(correspondingTry); 305Box<TValue> previousFilterExceptionState = cfgState.GetExceptionState(previousFilter); 340Box<TValue> tryExceptionState = cfgState.GetExceptionState(correspondingTry); 414Box<TValue> tryOrCatchExceptionState = cfgState.GetExceptionState(enclosingTryOrCatch);