6 references to GetLocal
Microsoft.CodeAnalysis.CSharp (6)
CodeGen\EmitAddress.cs (1)
284_builder.EmitLocalAddress(GetLocal(localAccess));
CodeGen\EmitExpression.cs (4)
1362LocalDefinition definition = GetLocal(local); 2516if (local != null && !_builder.PossiblyDefinedOutsideOfTry(GetLocal(local))) 2618LocalDefinition localDefinition = GetLocal(left); 2872_builder.EmitLocalStore(GetLocal(local));
CodeGen\EmitStatement.cs (1)
1125_builder.EmitLocalStore(GetLocal(exceptionSourceLocal));