3 references to ReturnType
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
5486
if (attributeLists != this.AttributeLists || modifiers != this.Modifiers || returnType != this.
ReturnType
|| parameterList != this.ParameterList || arrowToken != this.ArrowToken || block != this.Block || expressionBody != this.ExpressionBody)
28099
=> node.Update(VisitList(node.AttributeLists), VisitList(node.Modifiers), (TypeSyntax)Visit(node.
ReturnType
), (ParameterListSyntax)Visit(node.ParameterList), (SyntaxToken)Visit(node.ArrowToken), (BlockSyntax)Visit(node.Block), (ExpressionSyntax)Visit(node.ExpressionBody));
Parser\LanguageParser.cs (1)
13900
result is ParenthesizedLambdaExpressionSyntax {
ReturnType
: NullableTypeSyntax })