1 implementation of Exception
ILLink.RoslynAnalyzer (1)
DataFlow\LocalDataFlowState.cs (1)
23
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)
78
Exception
= null
158
Exception
= exceptionState
237
Exception
= null
243
Exception
= null
368
state.
Exception
= exceptionState;
383
finallyState.
Exception
= exceptionState;