1 write to Id
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
13204Id = 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); 13179/// <see cref="Variables"/> chain, and the <see cref="Id"/> field in this type matches <see cref="Variables.Id"/>. 13217return new LocalStateSnapshot(Id, _container?.Value.CreateSnapshot(), _state.Clone()); 13269Debug.Assert(Id == variables.Container!.Id); 13298if (state.Id > id) 13304return state.Id == id; 13326if (state.Id != id) 13328Debug.Assert(state.Id > id); 13340if (Id != variables.Id) 13342Debug.Assert(Id < variables.Id); 13365int slot = Variables.ConstructSlot(Id, index); 13366SetValue(Id, index, useNotNullsAsDefault ? NullableFlowState.NotNull : walker.GetDefaultState(ref this, slot)); 13386if (Id != id) 13388Debug.Assert(Id > id); 13418if (Id != id) 13420Debug.Assert(Id > id); 13449action(Variables.ConstructSlot(Id, index), arg); 13456while (state.Id != id) 13470return new LocalState(Id, container, _state.Clone()); 13475Debug.Assert(Id == other.Id); 13504Debug.Assert(Id == other.Id); 13548if (Id != variables.Id) 13562if (getName(Variables.ConstructSlot(Id, index)) is string name) 13565var annotation = GetValue(Id, index) switch