1 write to Id
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
13968Id = id;
29 references to Id
Microsoft.CodeAnalysis.CSharp (29)
FlowAnalysis\NullableWalker.cs (29)
1925Debug.Assert(walker._variables.Id == initialState.Value.Id); 2878var tryState = other.GetStateForVariables(self.Id); 3575var state = State.GetStateForVariables(localFunctionState.StartingState.Id); 8659Debug.Assert(variables.Id == localState.Id); 13943/// <see cref="Variables"/> chain, and the <see cref="Id"/> field in this type matches <see cref="Variables.Id"/>. 13981return new LocalStateSnapshot(Id, _container?.Value.CreateSnapshot(), _state.Clone()); 14033Debug.Assert(Id == variables.Container!.Id); 14062if (state.Id > id) 14068return state.Id == id; 14090if (state.Id != id) 14092Debug.Assert(state.Id > id); 14104if (Id != variables.Id) 14106Debug.Assert(Id < variables.Id); 14129int slot = Variables.ConstructSlot(Id, index); 14130SetValue(Id, index, useNotNullsAsDefault ? NullableFlowState.NotNull : walker.GetDefaultState(ref this, slot)); 14150if (Id != id) 14152Debug.Assert(Id > id); 14182if (Id != id) 14184Debug.Assert(Id > id); 14213action(Variables.ConstructSlot(Id, index), arg); 14220while (state.Id != id) 14234return new LocalState(Id, container, _state.Clone()); 14239Debug.Assert(Id == other.Id); 14268Debug.Assert(Id == other.Id); 14312if (Id != variables.Id) 14326if (getName(Variables.ConstructSlot(Id, index)) is string name) 14329var annotation = GetValue(Id, index) switch