1 write to SlotIndex
Microsoft.CodeAnalysis.CSharp (1)
Lowering\StateMachineRewriter\StateMachineFieldSymbol.cs (1)
53
this.
SlotIndex
= slotIndex;
5 references to SlotIndex
Microsoft.CodeAnalysis.CSharp (5)
CodeGen\EmitStatement.cs (4)
819
if (field.
SlotIndex
>= 0)
821
_builder.DefineUserDefinedStateMachineHoistedLocal(field.
SlotIndex
);
1162
if (((object)stateMachineField != null) && (stateMachineField.
SlotIndex
>= 0))
1164
_builder.DefineUserDefinedStateMachineHoistedLocal(stateMachineField.
SlotIndex
);
Compiler\MethodCompiler.cs (1)
1668
int index = field.
SlotIndex
;