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