Implemented interface member:
property
SlotIndex
Microsoft.Cci.ILocalDefinition.SlotIndex
4 references to SlotIndex
Microsoft.CodeAnalysis (4)
CodeGen\ILBuilderEmit.cs (3)
440var slot = local.SlotIndex; 465var slot = local.SlotIndex; 495int slot = local.SlotIndex;
CodeGen\LocalSlotManager.cs (1)
220int slot = local.SlotIndex;