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