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