6 references to ConstructSlot
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (3)
12406int slot = Variables.ConstructSlot(Id, index); 12490action(Variables.ConstructSlot(Id, index), arg); 12603if (getName(Variables.ConstructSlot(Id, index)) is string name)
FlowAnalysis\NullableWalker.Variables.cs (3)
250slot = ConstructSlot(Id, index); 281return ConstructSlot(Id, index); 338builder.Add((variable, ConstructSlot(id, index)));