6 references to ConstructSlot
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (3)
12765int slot = Variables.ConstructSlot(Id, index); 12849action(Variables.ConstructSlot(Id, index), arg); 12962if (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)));