1 write to Id
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
12306Id = id;
29 references to Id
Microsoft.CodeAnalysis.CSharp (29)
FlowAnalysis\NullableWalker.cs (29)
1845Debug.Assert(walker._variables.Id == initialState.Value.Id); 2765var tryState = other.GetStateForVariables(self.Id); 3422var state = State.GetStateForVariables(localFunctionState.StartingState.Id); 7838Debug.Assert(variables.Id == localState.Id); 12281/// <see cref="Variables"/> chain, and the <see cref="Id"/> field in this type matches <see cref="Variables.Id"/>. 12319return new LocalStateSnapshot(Id, _container?.Value.CreateSnapshot(), _state.Clone()); 12371Debug.Assert(Id == variables.Container!.Id); 12400if (state.Id > id) 12406return state.Id == id; 12428if (state.Id != id) 12430Debug.Assert(state.Id > id); 12442if (Id != variables.Id) 12444Debug.Assert(Id < variables.Id); 12467int slot = Variables.ConstructSlot(Id, index); 12468SetValue(Id, index, useNotNullsAsDefault ? NullableFlowState.NotNull : walker.GetDefaultState(ref this, slot)); 12488if (Id != id) 12490Debug.Assert(Id > id); 12520if (Id != id) 12522Debug.Assert(Id > id); 12551action(Variables.ConstructSlot(Id, index), arg); 12558while (state.Id != id) 12572return new LocalState(Id, container, _state.Clone()); 12577Debug.Assert(Id == other.Id); 12606Debug.Assert(Id == other.Id); 12650if (Id != variables.Id) 12664if (getName(Variables.ConstructSlot(Id, index)) is string name) 12667var annotation = GetValue(Id, index) switch