1 write to Id
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
13854Id = id;
29 references to Id
Microsoft.CodeAnalysis.CSharp (29)
FlowAnalysis\NullableWalker.cs (29)
1908Debug.Assert(walker._variables.Id == initialState.Value.Id); 2847var tryState = other.GetStateForVariables(self.Id); 3544var state = State.GetStateForVariables(localFunctionState.StartingState.Id); 8609Debug.Assert(variables.Id == localState.Id); 13829/// <see cref="Variables"/> chain, and the <see cref="Id"/> field in this type matches <see cref="Variables.Id"/>. 13867return new LocalStateSnapshot(Id, _container?.Value.CreateSnapshot(), _state.Clone()); 13919Debug.Assert(Id == variables.Container!.Id); 13948if (state.Id > id) 13954return state.Id == id; 13976if (state.Id != id) 13978Debug.Assert(state.Id > id); 13990if (Id != variables.Id) 13992Debug.Assert(Id < variables.Id); 14015int slot = Variables.ConstructSlot(Id, index); 14016SetValue(Id, index, useNotNullsAsDefault ? NullableFlowState.NotNull : walker.GetDefaultState(ref this, slot)); 14036if (Id != id) 14038Debug.Assert(Id > id); 14068if (Id != id) 14070Debug.Assert(Id > id); 14099action(Variables.ConstructSlot(Id, index), arg); 14106while (state.Id != id) 14120return new LocalState(Id, container, _state.Clone()); 14125Debug.Assert(Id == other.Id); 14154Debug.Assert(Id == other.Id); 14198if (Id != variables.Id) 14212if (getName(Variables.ConstructSlot(Id, index)) is string name) 14215var annotation = GetValue(Id, index) switch