1 write to Id
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
13203Id = 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); 13178/// <see cref="Variables"/> chain, and the <see cref="Id"/> field in this type matches <see cref="Variables.Id"/>. 13216return new LocalStateSnapshot(Id, _container?.Value.CreateSnapshot(), _state.Clone()); 13268Debug.Assert(Id == variables.Container!.Id); 13297if (state.Id > id) 13303return state.Id == id; 13325if (state.Id != id) 13327Debug.Assert(state.Id > id); 13339if (Id != variables.Id) 13341Debug.Assert(Id < variables.Id); 13364int slot = Variables.ConstructSlot(Id, index); 13365SetValue(Id, index, useNotNullsAsDefault ? NullableFlowState.NotNull : walker.GetDefaultState(ref this, slot)); 13385if (Id != id) 13387Debug.Assert(Id > id); 13417if (Id != id) 13419Debug.Assert(Id > id); 13448action(Variables.ConstructSlot(Id, index), arg); 13455while (state.Id != id) 13469return new LocalState(Id, container, _state.Clone()); 13474Debug.Assert(Id == other.Id); 13503Debug.Assert(Id == other.Id); 13547if (Id != variables.Id) 13561if (getName(Variables.ConstructSlot(Id, index)) is string name) 13564var annotation = GetValue(Id, index) switch