1 implementation of Exception
ILLink.RoslynAnalyzer (1)
DataFlow\LocalDataFlowState.cs (1)
23public Box<LocalStateAndContext<TValue, TContext>>? Exception { get; set; }
6 writes to Exception
ILLink.RoslynAnalyzer (6)
src\tools\illink\src\ILLink.Shared\DataFlow\ForwardDataFlowAnalysis.cs (6)
78Exception = null 158Exception = exceptionState 237Exception = null 243Exception = null 368state.Exception = exceptionState; 383finallyState.Exception = exceptionState;