6 references to ConstructSlot
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (3)
14071int slot = Variables.ConstructSlot(Id, index); 14155action(Variables.ConstructSlot(Id, index), arg); 14268if (getName(Variables.ConstructSlot(Id, index)) is string name)
FlowAnalysis\NullableWalker.Variables.cs (3)
249slot = ConstructSlot(Id, index); 280return ConstructSlot(Id, index); 337builder.Add((variable, ConstructSlot(id, index)));