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, 367state.Current = currentState; 375state.Current = newValue; 382finallyState.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); 281TValue predecessorState = cfgState.Get(predecessor).Current; 373if (!changed && !newValue.Equals(state.Current)) 416TraceBlockOutput(state.Current, exceptionState?.Value, exceptionFinallyState); 443predecessorState = cfgState.Get(finallyExit.Value).Current;