10 references to VariableSlot
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\DefiniteAssignment.cs (8)
471int thisSlot = VariableSlot(parameter); 481int fieldSlot = VariableSlot(field, thisSlot); 1116int slot = VariableSlot(symbol); 1228int slot = VariableSlot(field, thisSlot); 1584int slot = VariableSlot(field, containingSlot); 1620int s2 = VariableSlot(field, slot); 1655int s2 = VariableSlot(field, slot); 1833var slot = VariableSlot(parameter);
FlowAnalysis\DefiniteAssignment.LocalFunctions.cs (1)
65/// in which case <see cref="LocalDataFlowPass{TLocalState, TLocalFunctionState}.VariableSlot(Symbol, int)"/>
FlowAnalysis\NullableWalker.cs (1)
2577valueMemberSlot = VariableSlot(member, valueContainerSlot);