1 implementation of Exception
ILLink.RoslynAnalyzer (1)
DataFlow\LocalDataFlowState.cs (1)
22
public Box<LocalStateAndContext<TValue, TContext>>?
Exception
{ get; set; }
6 writes to Exception
ILLink.RoslynAnalyzer (6)
src\tools\illink\src\ILLink.Shared\DataFlow\ForwardDataFlowAnalysis.cs (6)
77
Exception
= null
152
Exception
= exceptionState
228
Exception
= null
233
Exception
= null
347
state.
Exception
= exceptionState;
360
finallyState.
Exception
= exceptionState;