1 implementation of Current
ILLink.RoslynAnalyzer (1)
DataFlow\LocalDataFlowState.cs (1)
17public LocalStateAndContext<TValue, TContext> Current
7 writes to Current
ILLink.RoslynAnalyzer (7)
src\tools\illink\src\ILLink.Shared\DataFlow\ForwardDataFlowAnalysis.cs (7)
77Current = entryValue, 157Current = lattice.Top, 236Current = lattice.Top, 242Current = lattice.Top, 371state.Current = currentState; 379state.Current = newValue; 386finallyState.Current = exceptionFinallyState!.Value;
5 references to Current
ILLink.RoslynAnalyzer (5)
src\tools\illink\src\ILLink.Shared\DataFlow\ForwardDataFlowAnalysis.cs (5)
199TValue branchState = lattice.Meet(lattice.Top, state.Current); 285TValue predecessorState = cfgState.Get(predecessor).Current; 377if (!changed && !newValue.Equals(state.Current)) 420TraceBlockOutput(state.Current, exceptionState?.Value, exceptionFinallyState); 449predecessorState = cfgState.Get(finallyExit.Value).Current;