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