1 write to Id
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
13910Id = id;
29 references to Id
Microsoft.CodeAnalysis.CSharp (29)
FlowAnalysis\NullableWalker.cs (29)
1925Debug.Assert(walker._variables.Id == initialState.Value.Id); 2883var tryState = other.GetStateForVariables(self.Id); 3580var state = State.GetStateForVariables(localFunctionState.StartingState.Id); 8646Debug.Assert(variables.Id == localState.Id); 13885/// <see cref="Variables"/> chain, and the <see cref="Id"/> field in this type matches <see cref="Variables.Id"/>. 13923return new LocalStateSnapshot(Id, _container?.Value.CreateSnapshot(), _state.Clone()); 13975Debug.Assert(Id == variables.Container!.Id); 14004if (state.Id > id) 14010return state.Id == id; 14032if (state.Id != id) 14034Debug.Assert(state.Id > id); 14046if (Id != variables.Id) 14048Debug.Assert(Id < variables.Id); 14071int slot = Variables.ConstructSlot(Id, index); 14072SetValue(Id, index, useNotNullsAsDefault ? NullableFlowState.NotNull : walker.GetDefaultState(ref this, slot)); 14092if (Id != id) 14094Debug.Assert(Id > id); 14124if (Id != id) 14126Debug.Assert(Id > id); 14155action(Variables.ConstructSlot(Id, index), arg); 14162while (state.Id != id) 14176return new LocalState(Id, container, _state.Clone()); 14181Debug.Assert(Id == other.Id); 14210Debug.Assert(Id == other.Id); 14254if (Id != variables.Id) 14268if (getName(Variables.ConstructSlot(Id, index)) is string name) 14271var annotation = GetValue(Id, index) switch