10 references to VariableSlot
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\DefiniteAssignment.cs (8)
430int thisSlot = VariableSlot(parameter); 442int fieldSlot = VariableSlot(field, thisSlot); 1112int slot = VariableSlot(symbol); 1223int slot = VariableSlot(field, thisSlot); 1656int slot = VariableSlot(field, containingSlot); 1692int s2 = VariableSlot(field, slot); 1727int s2 = VariableSlot(field, slot); 1923var slot = VariableSlot(parameter);
FlowAnalysis\DefiniteAssignment.LocalFunctions.cs (1)
65/// in which case <see cref="LocalDataFlowPass{TLocalState, TLocalFunctionState}.VariableSlot(Symbol, int)"/>
FlowAnalysis\NullableWalker.cs (1)
2769valueMemberSlot = VariableSlot(member, valueContainerSlot);