5 references to ReturnTypeSyntax
Microsoft.CodeAnalysis.CSharp (5)
Binder\ExecutableCodeBinder.cs (1)
127Location errorLocation = (iterator as SynthesizedSimpleProgramEntryPointSymbol)?.ReturnTypeSyntax.GetLocation() ?? iterator.GetFirstLocation();
Compilation\CSharpCompilation.cs (1)
1914diagnostics.Add(ErrorCode.ERR_SimpleProgramNotAnExecutable, simpleProgramEntryPointSymbol.ReturnTypeSyntax.Location);
FlowAnalysis\FlowAnalysisPass.cs (1)
104? entryPoint.ReturnTypeSyntax.GetLocation()
Symbols\MethodSymbolExtensions.cs (1)
198return (CSharpSyntaxNode)synthesized.ReturnTypeSyntax;
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
59return (CSharpSyntaxNode)entryPoint.ReturnTypeSyntax;