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