10 references to VariableSlot
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\DefiniteAssignment.cs (8)
479
int thisSlot =
VariableSlot
(parameter);
491
int fieldSlot =
VariableSlot
(field, thisSlot);
1161
int slot =
VariableSlot
(symbol);
1272
int slot =
VariableSlot
(field, thisSlot);
1705
int slot =
VariableSlot
(field, containingSlot);
1741
int s2 =
VariableSlot
(field, slot);
1776
int s2 =
VariableSlot
(field, slot);
1972
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)
2745
valueMemberSlot =
VariableSlot
(member, valueContainerSlot);