1 write to Id
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
11329Id = id;
29 references to Id
Microsoft.CodeAnalysis.CSharp (29)
FlowAnalysis\NullableWalker.cs (29)
1736Debug.Assert(walker._variables.Id == initialState.Value.Id); 2637var tryState = other.GetStateForVariables(self.Id); 3162var state = State.GetStateForVariables(localFunctionState.StartingState.Id); 6982Debug.Assert(variables.Id == localState.Id); 11304/// <see cref="Variables"/> chain, and the <see cref="Id"/> field in this type matches <see cref="Variables.Id"/>. 11342return new LocalStateSnapshot(Id, _container?.Value.CreateSnapshot(), _state.Clone()); 11394Debug.Assert(Id == variables.Container!.Id); 11423if (state.Id > id) 11429return state.Id == id; 11451if (state.Id != id) 11453Debug.Assert(state.Id > id); 11465if (Id != variables.Id) 11467Debug.Assert(Id < variables.Id); 11490int slot = Variables.ConstructSlot(Id, index); 11491SetValue(Id, index, useNotNullsAsDefault ? NullableFlowState.NotNull : walker.GetDefaultState(ref this, slot)); 11511if (Id != id) 11513Debug.Assert(Id > id); 11539if (Id != id) 11541Debug.Assert(Id > id); 11570action(Variables.ConstructSlot(Id, index), arg); 11577while (state.Id != id) 11591return new LocalState(Id, container, _state.Clone()); 11596Debug.Assert(Id == other.Id); 11622Debug.Assert(Id == other.Id); 11666if (Id != variables.Id) 11680if (getName(Variables.ConstructSlot(Id, index)) is string name) 11683var annotation = GetValue(Id, index) switch