Base:
property
ReturnTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.ReturnTypeWithAnnotations
5 references to ReturnTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (5)
BoundTree\NullabilityRewriter.cs (1)
167
updatedLambda = boundLambda.CreateLambdaSymbol(updatedContaining, lambda.
ReturnTypeWithAnnotations
, lambda.ParameterTypesWithAnnotations, lambda.ParameterRefKinds, lambda.RefKind);
BoundTree\UnboundLambda.cs (3)
824
lambdaSymbol.
ReturnTypeWithAnnotations
.Equals(returnType, TypeCompareKind.ConsiderEverything))
1291
if (lambda.
ReturnTypeWithAnnotations
.HasType)
1293
builder.Builder.Append(lambda.
ReturnTypeWithAnnotations
.ToDisplayString(SymbolDisplayFormat.FullyQualifiedFormat));
Symbols\Source\LambdaSymbol.cs (1)
142
get { return this.
ReturnTypeWithAnnotations
.HasType && this.ReturnType.IsVoidType(); }