1 write to Id
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
13205Id = id;
29 references to Id
Microsoft.CodeAnalysis.CSharp (29)
FlowAnalysis\NullableWalker.cs (29)
1906Debug.Assert(walker._variables.Id == initialState.Value.Id); 2845var tryState = other.GetStateForVariables(self.Id); 3542var state = State.GetStateForVariables(localFunctionState.StartingState.Id); 8328Debug.Assert(variables.Id == localState.Id); 13180/// <see cref="Variables"/> chain, and the <see cref="Id"/> field in this type matches <see cref="Variables.Id"/>. 13218return new LocalStateSnapshot(Id, _container?.Value.CreateSnapshot(), _state.Clone()); 13270Debug.Assert(Id == variables.Container!.Id); 13299if (state.Id > id) 13305return state.Id == id; 13327if (state.Id != id) 13329Debug.Assert(state.Id > id); 13341if (Id != variables.Id) 13343Debug.Assert(Id < variables.Id); 13366int slot = Variables.ConstructSlot(Id, index); 13367SetValue(Id, index, useNotNullsAsDefault ? NullableFlowState.NotNull : walker.GetDefaultState(ref this, slot)); 13387if (Id != id) 13389Debug.Assert(Id > id); 13419if (Id != id) 13421Debug.Assert(Id > id); 13450action(Variables.ConstructSlot(Id, index), arg); 13457while (state.Id != id) 13471return new LocalState(Id, container, _state.Clone()); 13476Debug.Assert(Id == other.Id); 13505Debug.Assert(Id == other.Id); 13549if (Id != variables.Id) 13563if (getName(Variables.ConstructSlot(Id, index)) is string name) 13566var annotation = GetValue(Id, index) switch