1 write to Id
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
12604Id = 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); 8065Debug.Assert(variables.Id == localState.Id); 12579/// <see cref="Variables"/> chain, and the <see cref="Id"/> field in this type matches <see cref="Variables.Id"/>. 12617return new LocalStateSnapshot(Id, _container?.Value.CreateSnapshot(), _state.Clone()); 12669Debug.Assert(Id == variables.Container!.Id); 12698if (state.Id > id) 12704return state.Id == id; 12726if (state.Id != id) 12728Debug.Assert(state.Id > id); 12740if (Id != variables.Id) 12742Debug.Assert(Id < variables.Id); 12765int slot = Variables.ConstructSlot(Id, index); 12766SetValue(Id, index, useNotNullsAsDefault ? NullableFlowState.NotNull : walker.GetDefaultState(ref this, slot)); 12786if (Id != id) 12788Debug.Assert(Id > id); 12818if (Id != id) 12820Debug.Assert(Id > id); 12849action(Variables.ConstructSlot(Id, index), arg); 12856while (state.Id != id) 12870return new LocalState(Id, container, _state.Clone()); 12875Debug.Assert(Id == other.Id); 12904Debug.Assert(Id == other.Id); 12948if (Id != variables.Id) 12962if (getName(Variables.ConstructSlot(Id, index)) is string name) 12965var annotation = GetValue(Id, index) switch