Implemented interface member:
property
SlotIndex
Microsoft.Cci.ILocalDefinition.SlotIndex
5 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
;
Microsoft.CodeAnalysis.CSharp (1)
CodeGen\EmitExpression.cs (1)
3554
_builder.EmitIntConstant(GetLocal(node.Local).
SlotIndex
);