10 references to VariableSlot
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\DefiniteAssignment.cs (8)
470int thisSlot = VariableSlot(parameter); 482int fieldSlot = VariableSlot(field, thisSlot); 1160int slot = VariableSlot(symbol); 1271int slot = VariableSlot(field, thisSlot); 1704int slot = VariableSlot(field, containingSlot); 1740int s2 = VariableSlot(field, slot); 1775int s2 = VariableSlot(field, slot); 1959var slot = VariableSlot(parameter);
FlowAnalysis\DefiniteAssignment.LocalFunctions.cs (1)
65/// in which case <see cref="LocalDataFlowPass{TLocalState, TLocalFunctionState}.VariableSlot(Symbol, int)"/>
FlowAnalysis\NullableWalker.cs (1)
2644valueMemberSlot = VariableSlot(member, valueContainerSlot);