1 write to Id
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
12683Id = 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); 8084Debug.Assert(variables.Id == localState.Id); 12658/// <see cref="Variables"/> chain, and the <see cref="Id"/> field in this type matches <see cref="Variables.Id"/>. 12696return new LocalStateSnapshot(Id, _container?.Value.CreateSnapshot(), _state.Clone()); 12748Debug.Assert(Id == variables.Container!.Id); 12777if (state.Id > id) 12783return state.Id == id; 12805if (state.Id != id) 12807Debug.Assert(state.Id > id); 12819if (Id != variables.Id) 12821Debug.Assert(Id < variables.Id); 12844int slot = Variables.ConstructSlot(Id, index); 12845SetValue(Id, index, useNotNullsAsDefault ? NullableFlowState.NotNull : walker.GetDefaultState(ref this, slot)); 12865if (Id != id) 12867Debug.Assert(Id > id); 12897if (Id != id) 12899Debug.Assert(Id > id); 12928action(Variables.ConstructSlot(Id, index), arg); 12935while (state.Id != id) 12949return new LocalState(Id, container, _state.Clone()); 12954Debug.Assert(Id == other.Id); 12983Debug.Assert(Id == other.Id); 13027if (Id != variables.Id) 13041if (getName(Variables.ConstructSlot(Id, index)) is string name) 13044var annotation = GetValue(Id, index) switch