1 write to Id
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.Variables.cs (1)
191Id = id;
17 references to Id
Microsoft.CodeAnalysis.CSharp (17)
FlowAnalysis\NullableWalker.cs (9)
8731Debug.Assert(variables.Id == localState.Id); 14031/// <see cref="Variables"/> chain, and the <see cref="Id"/> field in this type matches <see cref="Variables.Id"/>. 14093return new LocalState(variables.Id, container, createBitVectorWithNotNulls(capacity, reachable: true)); 14116return new LocalState(variables.Id, container, CreateBitVector(reachable)); 14121Debug.Assert(Id == variables.Container!.Id); 14122return new LocalState(variables.Id, container: new Boxed(this), CreateBitVector(reachable: true)); 14192if (Id != variables.Id) 14194Debug.Assert(Id < variables.Id); 14400if (Id != variables.Id)
FlowAnalysis\NullableWalker.Variables.cs (8)
155return Id + 187Debug.Assert(container is null || container.Id < id); 206Id, 249slot = ConstructSlot(Id, index); 280return ConstructSlot(Id, index); 289Debug.Assert(id == Id); 386if (variables.Id == id) 432return $"Id={Id}, Symbol={symbol}, Count={_variableSlot.Count}";