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