Implemented interface member:
property
SlotIndex
Microsoft.Cci.ILocalDefinition.SlotIndex
4 references to SlotIndex
Microsoft.CodeAnalysis (4)
CodeGen\ILBuilderEmit.cs (3)
443var slot = local.SlotIndex; 468var slot = local.SlotIndex; 498int slot = local.SlotIndex;
CodeGen\LocalSlotManager.cs (1)
221int slot = local.SlotIndex;