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