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