3 writes to returnType
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
5359
this.
returnType
= returnType;
5395
this.
returnType
= returnType;
5430
this.
returnType
= returnType;
4 references to returnType
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
5450
public TypeSyntax? ReturnType => this.
returnType
;
5471
2 => this.
returnType
,
5502
=> new ParenthesizedLambdaExpressionSyntax(this.Kind, this.attributeLists, this.modifiers, this.
returnType
, this.parameterList, this.arrowToken, this.block, this.expressionBody, diagnostics, GetAnnotations());
5505
=> new ParenthesizedLambdaExpressionSyntax(this.Kind, this.attributeLists, this.modifiers, this.
returnType
, this.parameterList, this.arrowToken, this.block, this.expressionBody, GetDiagnostics(), annotations);