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