6 references to GetLocal
Microsoft.CodeAnalysis.CSharp (6)
CodeGen\EmitAddress.cs (1)
287_builder.EmitLocalAddress(GetLocal(localAccess));
CodeGen\EmitExpression.cs (4)
1413LocalDefinition definition = GetLocal(local); 2772if (local != null && !_builder.PossiblyDefinedOutsideOfTry(GetLocal(local))) 2875LocalDefinition localDefinition = GetLocal(left); 3129_builder.EmitLocalStore(GetLocal(local));
CodeGen\EmitStatement.cs (1)
1150_builder.EmitLocalStore(GetLocal(exceptionSourceLocal));