1 write to Id
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
12737Id = 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); 8138Debug.Assert(variables.Id == localState.Id); 12712/// <see cref="Variables"/> chain, and the <see cref="Id"/> field in this type matches <see cref="Variables.Id"/>. 12750return new LocalStateSnapshot(Id, _container?.Value.CreateSnapshot(), _state.Clone()); 12802Debug.Assert(Id == variables.Container!.Id); 12831if (state.Id > id) 12837return state.Id == id; 12859if (state.Id != id) 12861Debug.Assert(state.Id > id); 12873if (Id != variables.Id) 12875Debug.Assert(Id < variables.Id); 12898int slot = Variables.ConstructSlot(Id, index); 12899SetValue(Id, index, useNotNullsAsDefault ? NullableFlowState.NotNull : walker.GetDefaultState(ref this, slot)); 12919if (Id != id) 12921Debug.Assert(Id > id); 12951if (Id != id) 12953Debug.Assert(Id > id); 12982action(Variables.ConstructSlot(Id, index), arg); 12989while (state.Id != id) 13003return new LocalState(Id, container, _state.Clone()); 13008Debug.Assert(Id == other.Id); 13037Debug.Assert(Id == other.Id); 13081if (Id != variables.Id) 13095if (getName(Variables.ConstructSlot(Id, index)) is string name) 13098var annotation = GetValue(Id, index) switch