1 write to Id
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
12245Id = id;
29 references to Id
Microsoft.CodeAnalysis.CSharp (29)
FlowAnalysis\NullableWalker.cs (29)
1784Debug.Assert(walker._variables.Id == initialState.Value.Id); 2704var tryState = other.GetStateForVariables(self.Id); 3361var state = State.GetStateForVariables(localFunctionState.StartingState.Id); 7777Debug.Assert(variables.Id == localState.Id); 12220/// <see cref="Variables"/> chain, and the <see cref="Id"/> field in this type matches <see cref="Variables.Id"/>. 12258return new LocalStateSnapshot(Id, _container?.Value.CreateSnapshot(), _state.Clone()); 12310Debug.Assert(Id == variables.Container!.Id); 12339if (state.Id > id) 12345return state.Id == id; 12367if (state.Id != id) 12369Debug.Assert(state.Id > id); 12381if (Id != variables.Id) 12383Debug.Assert(Id < variables.Id); 12406int slot = Variables.ConstructSlot(Id, index); 12407SetValue(Id, index, useNotNullsAsDefault ? NullableFlowState.NotNull : walker.GetDefaultState(ref this, slot)); 12427if (Id != id) 12429Debug.Assert(Id > id); 12459if (Id != id) 12461Debug.Assert(Id > id); 12490action(Variables.ConstructSlot(Id, index), arg); 12497while (state.Id != id) 12511return new LocalState(Id, container, _state.Clone()); 12516Debug.Assert(Id == other.Id); 12545Debug.Assert(Id == other.Id); 12589if (Id != variables.Id) 12603if (getName(Variables.ConstructSlot(Id, index)) is string name) 12606var annotation = GetValue(Id, index) switch