1 write to Id
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
13389Id = id;
29 references to Id
Microsoft.CodeAnalysis.CSharp (29)
FlowAnalysis\NullableWalker.cs (29)
1907Debug.Assert(walker._variables.Id == initialState.Value.Id); 2846var tryState = other.GetStateForVariables(self.Id); 3543var state = State.GetStateForVariables(localFunctionState.StartingState.Id); 8485Debug.Assert(variables.Id == localState.Id); 13364/// <see cref="Variables"/> chain, and the <see cref="Id"/> field in this type matches <see cref="Variables.Id"/>. 13402return new LocalStateSnapshot(Id, _container?.Value.CreateSnapshot(), _state.Clone()); 13454Debug.Assert(Id == variables.Container!.Id); 13483if (state.Id > id) 13489return state.Id == id; 13511if (state.Id != id) 13513Debug.Assert(state.Id > id); 13525if (Id != variables.Id) 13527Debug.Assert(Id < variables.Id); 13550int slot = Variables.ConstructSlot(Id, index); 13551SetValue(Id, index, useNotNullsAsDefault ? NullableFlowState.NotNull : walker.GetDefaultState(ref this, slot)); 13571if (Id != id) 13573Debug.Assert(Id > id); 13603if (Id != id) 13605Debug.Assert(Id > id); 13634action(Variables.ConstructSlot(Id, index), arg); 13641while (state.Id != id) 13655return new LocalState(Id, container, _state.Clone()); 13660Debug.Assert(Id == other.Id); 13689Debug.Assert(Id == other.Id); 13733if (Id != variables.Id) 13747if (getName(Variables.ConstructSlot(Id, index)) is string name) 13750var annotation = GetValue(Id, index) switch