5 references to GetExceptionState
ILLink.RoslynAnalyzer (5)
src\tools\illink\src\ILLink.Shared\DataFlow\ForwardDataFlowAnalysis.cs (5)
101state = GetExceptionState(tryOrCatchOrFilterRegion); 292Box<TValue> tryExceptionState = cfgState.GetExceptionState(correspondingTry); 301Box<TValue> previousFilterExceptionState = cfgState.GetExceptionState(previousFilter); 336Box<TValue> tryExceptionState = cfgState.GetExceptionState(correspondingTry); 410Box<TValue> tryOrCatchExceptionState = cfgState.GetExceptionState(enclosingTryOrCatch);