1 write to SlotIndex
Microsoft.CodeAnalysis.CSharp (1)
Lowering\StateMachineRewriter\StateMachineFieldSymbol.cs (1)
55
this.
SlotIndex
= slotIndex;
5 references to SlotIndex
Microsoft.CodeAnalysis.CSharp (5)
CodeGen\EmitStatement.cs (4)
829
if (field.
SlotIndex
>= 0)
831
_builder.DefineUserDefinedStateMachineHoistedLocal(field.
SlotIndex
);
1185
if (((object)stateMachineField != null) && (stateMachineField.
SlotIndex
>= 0))
1187
_builder.DefineUserDefinedStateMachineHoistedLocal(stateMachineField.
SlotIndex
);
Compiler\MethodCompiler.cs (1)
1809
int index = field.
SlotIndex
;