1 write to Id
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
13166Id = id;
29 references to Id
Microsoft.CodeAnalysis.CSharp (29)
FlowAnalysis\NullableWalker.cs (29)
1908Debug.Assert(walker._variables.Id == initialState.Value.Id); 2847var tryState = other.GetStateForVariables(self.Id); 3545var state = State.GetStateForVariables(localFunctionState.StartingState.Id); 8291Debug.Assert(variables.Id == localState.Id); 13141/// <see cref="Variables"/> chain, and the <see cref="Id"/> field in this type matches <see cref="Variables.Id"/>. 13179return new LocalStateSnapshot(Id, _container?.Value.CreateSnapshot(), _state.Clone()); 13231Debug.Assert(Id == variables.Container!.Id); 13260if (state.Id > id) 13266return state.Id == id; 13288if (state.Id != id) 13290Debug.Assert(state.Id > id); 13302if (Id != variables.Id) 13304Debug.Assert(Id < variables.Id); 13327int slot = Variables.ConstructSlot(Id, index); 13328SetValue(Id, index, useNotNullsAsDefault ? NullableFlowState.NotNull : walker.GetDefaultState(ref this, slot)); 13348if (Id != id) 13350Debug.Assert(Id > id); 13380if (Id != id) 13382Debug.Assert(Id > id); 13411action(Variables.ConstructSlot(Id, index), arg); 13418while (state.Id != id) 13432return new LocalState(Id, container, _state.Clone()); 13437Debug.Assert(Id == other.Id); 13466Debug.Assert(Id == other.Id); 13510if (Id != variables.Id) 13524if (getName(Variables.ConstructSlot(Id, index)) is string name) 13527var annotation = GetValue(Id, index) switch