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