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