1 write to Id
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
13041Id = id;
29 references to Id
Microsoft.CodeAnalysis.CSharp (29)
FlowAnalysis\NullableWalker.cs (29)
1882Debug.Assert(walker._variables.Id == initialState.Value.Id); 2821var tryState = other.GetStateForVariables(self.Id); 3519var state = State.GetStateForVariables(localFunctionState.StartingState.Id); 8233Debug.Assert(variables.Id == localState.Id); 13016/// <see cref="Variables"/> chain, and the <see cref="Id"/> field in this type matches <see cref="Variables.Id"/>. 13054return new LocalStateSnapshot(Id, _container?.Value.CreateSnapshot(), _state.Clone()); 13106Debug.Assert(Id == variables.Container!.Id); 13135if (state.Id > id) 13141return state.Id == id; 13163if (state.Id != id) 13165Debug.Assert(state.Id > id); 13177if (Id != variables.Id) 13179Debug.Assert(Id < variables.Id); 13202int slot = Variables.ConstructSlot(Id, index); 13203SetValue(Id, index, useNotNullsAsDefault ? NullableFlowState.NotNull : walker.GetDefaultState(ref this, slot)); 13223if (Id != id) 13225Debug.Assert(Id > id); 13255if (Id != id) 13257Debug.Assert(Id > id); 13286action(Variables.ConstructSlot(Id, index), arg); 13293while (state.Id != id) 13307return new LocalState(Id, container, _state.Clone()); 13312Debug.Assert(Id == other.Id); 13341Debug.Assert(Id == other.Id); 13385if (Id != variables.Id) 13399if (getName(Variables.ConstructSlot(Id, index)) is string name) 13402var annotation = GetValue(Id, index) switch