Implemented interface member:
property
SlotIndex
Microsoft.Cci.ILocalDefinition.SlotIndex
7 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;
Microsoft.CodeAnalysis.CSharp (1)
CodeGen\EmitExpression.cs (1)
3329_builder.EmitIntConstant(GetLocal(node.Local).SlotIndex);
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
EEAssemblyBuilder.cs (1)
89Debug.Assert(((EELocalSymbol)local).Ordinal == def.SlotIndex);
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (1)
EEAssemblyBuilder.vb (1)
101Debug.Assert(DirectCast(local, EELocalSymbol).Ordinal = def.SlotIndex)