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