3 references to GetLocal
Microsoft.CodeAnalysis (1)
CodeGen\LocalSlotManager.cs (1)
163
var slot =
GetLocal
(symbol);
Microsoft.CodeAnalysis.CSharp (2)
CodeGen\EmitStatement.cs (2)
805
_builder.AddLocalToScope(_builder.LocalSlotManager.
GetLocal
(local));
1760
return _builder.LocalSlotManager.
GetLocal
(symbol);