10 references to VariableSlot
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\DefiniteAssignment.cs (8)
430int thisSlot = VariableSlot(parameter); 442int fieldSlot = VariableSlot(field, thisSlot); 1113int slot = VariableSlot(symbol); 1224int slot = VariableSlot(field, thisSlot); 1657int slot = VariableSlot(field, containingSlot); 1693int s2 = VariableSlot(field, slot); 1728int s2 = VariableSlot(field, slot); 1924var slot = VariableSlot(parameter);
FlowAnalysis\DefiniteAssignment.LocalFunctions.cs (1)
65/// in which case <see cref="LocalDataFlowPass{TLocalState, TLocalFunctionState}.VariableSlot(Symbol, int)"/>
FlowAnalysis\NullableWalker.cs (1)
2771valueMemberSlot = VariableSlot(member, valueContainerSlot);