4 references to GetLocal
Microsoft.CodeAnalysis (1)
CodeGen\LocalSlotManager.cs (1)
157var slot = GetLocal(symbol);
Microsoft.CodeAnalysis.CSharp (2)
CodeGen\EmitStatement.cs (2)
780_builder.AddLocalToScope(_builder.LocalSlotManager.GetLocal(local)); 1730return _builder.LocalSlotManager.GetLocal(symbol);
Microsoft.CodeAnalysis.VisualBasic (1)
CodeGen\EmitStatement.vb (1)
1379Return _builder.LocalSlotManager.GetLocal(symbol)