10 references to VariableSlot
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\DefiniteAssignment.cs (8)
470
int thisSlot =
VariableSlot
(parameter);
482
int fieldSlot =
VariableSlot
(field, thisSlot);
1160
int slot =
VariableSlot
(symbol);
1271
int slot =
VariableSlot
(field, thisSlot);
1704
int slot =
VariableSlot
(field, containingSlot);
1740
int s2 =
VariableSlot
(field, slot);
1775
int s2 =
VariableSlot
(field, slot);
1959
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)
2644
valueMemberSlot =
VariableSlot
(member, valueContainerSlot);