10 references to VariableSlot
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\DefiniteAssignment.cs (8)
493int thisSlot = VariableSlot(parameter); 505int fieldSlot = VariableSlot(field, thisSlot); 1175int slot = VariableSlot(symbol); 1286int slot = VariableSlot(field, thisSlot); 1719int slot = VariableSlot(field, containingSlot); 1755int s2 = VariableSlot(field, slot); 1790int s2 = VariableSlot(field, slot); 1986var slot = VariableSlot(parameter);
FlowAnalysis\DefiniteAssignment.LocalFunctions.cs (1)
65/// in which case <see cref="LocalDataFlowPass{TLocalState, TLocalFunctionState}.VariableSlot(Symbol, int)"/>
FlowAnalysis\NullableWalker.cs (1)
2730valueMemberSlot = VariableSlot(member, valueContainerSlot);