1 write to Id
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
13065Id = id;
29 references to Id
Microsoft.CodeAnalysis.CSharp (29)
FlowAnalysis\NullableWalker.cs (29)
1888Debug.Assert(walker._variables.Id == initialState.Value.Id); 2827var tryState = other.GetStateForVariables(self.Id); 3525var state = State.GetStateForVariables(localFunctionState.StartingState.Id); 8236Debug.Assert(variables.Id == localState.Id); 13040/// <see cref="Variables"/> chain, and the <see cref="Id"/> field in this type matches <see cref="Variables.Id"/>. 13078return new LocalStateSnapshot(Id, _container?.Value.CreateSnapshot(), _state.Clone()); 13130Debug.Assert(Id == variables.Container!.Id); 13159if (state.Id > id) 13165return state.Id == id; 13187if (state.Id != id) 13189Debug.Assert(state.Id > id); 13201if (Id != variables.Id) 13203Debug.Assert(Id < variables.Id); 13226int slot = Variables.ConstructSlot(Id, index); 13227SetValue(Id, index, useNotNullsAsDefault ? NullableFlowState.NotNull : walker.GetDefaultState(ref this, slot)); 13247if (Id != id) 13249Debug.Assert(Id > id); 13279if (Id != id) 13281Debug.Assert(Id > id); 13310action(Variables.ConstructSlot(Id, index), arg); 13317while (state.Id != id) 13331return new LocalState(Id, container, _state.Clone()); 13336Debug.Assert(Id == other.Id); 13365Debug.Assert(Id == other.Id); 13409if (Id != variables.Id) 13423if (getName(Variables.ConstructSlot(Id, index)) is string name) 13426var annotation = GetValue(Id, index) switch