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