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