5 references to FunctionReturnValue
Microsoft.CodeAnalysis.CSharp (1)
CodeGen\CodeGenerator.cs (1)
177var localSymbol = new SynthesizedLocal(_method, _method.ReturnTypeWithAnnotations, SynthesizedLocalKind.FunctionReturnValue, bodySyntax);
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Lambda.vb (1)
1103Return New SynthesizedLocal(lambdaSymbol, lambdaSymbol.ReturnType, SynthesizedLocalKind.FunctionReturnValue, header)
Binding\MethodBodyBinder.vb (1)
80Return New SynthesizedLocal(methodSymbol, methodSymbol.ReturnType, SynthesizedLocalKind.FunctionReturnValue, DirectCast(methodBlock, OperatorBlockSyntax).BlockStatement)
Symbols\Source\SynthesizedInteractiveInitializerMethod.vb (1)
29FunctionLocal = New SynthesizedLocal(Me, ResultType, SynthesizedLocalKind.FunctionReturnValue, Syntax)
Symbols\SynthesizedSymbols\SynthesizedLocal.vb (1)
89Return _kind = SynthesizedLocalKind.FunctionReturnValue