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