1 write to Id
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
13978Id = id;
29 references to Id
Microsoft.CodeAnalysis.CSharp (29)
FlowAnalysis\NullableWalker.cs (29)
1925Debug.Assert(walker._variables.Id == initialState.Value.Id); 2892var tryState = other.GetStateForVariables(self.Id); 3589var state = State.GetStateForVariables(localFunctionState.StartingState.Id); 8673Debug.Assert(variables.Id == localState.Id); 13953/// <see cref="Variables"/> chain, and the <see cref="Id"/> field in this type matches <see cref="Variables.Id"/>. 13991return new LocalStateSnapshot(Id, _container?.Value.CreateSnapshot(), _state.Clone()); 14043Debug.Assert(Id == variables.Container!.Id); 14072if (state.Id > id) 14078return state.Id == id; 14100if (state.Id != id) 14102Debug.Assert(state.Id > id); 14114if (Id != variables.Id) 14116Debug.Assert(Id < variables.Id); 14139int slot = Variables.ConstructSlot(Id, index); 14140SetValue(Id, index, useNotNullsAsDefault ? NullableFlowState.NotNull : walker.GetDefaultState(ref this, slot)); 14160if (Id != id) 14162Debug.Assert(Id > id); 14192if (Id != id) 14194Debug.Assert(Id > id); 14223action(Variables.ConstructSlot(Id, index), arg); 14230while (state.Id != id) 14244return new LocalState(Id, container, _state.Clone()); 14249Debug.Assert(Id == other.Id); 14278Debug.Assert(Id == other.Id); 14322if (Id != variables.Id) 14336if (getName(Variables.ConstructSlot(Id, index)) is string name) 14339var annotation = GetValue(Id, index) switch