1 write to current
ILLink.RoslynAnalyzer (1)
DataFlow\LocalDataFlowState.cs (1)
20
set =>
current
= value;
4 references to current
ILLink.RoslynAnalyzer (4)
DataFlow\LocalDataFlowState.cs (4)
19
get =>
current
;
29
current
.LocalState.Set(key, value);
32
Exception.Value = Lattice.Meet(Exception.Value,
current
);
35
public TValue Get(LocalKey key) =>
current
.LocalState.Get(key);