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