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