Base:
property
IsAsync
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.IsAsync
3 references to IsAsync
Microsoft.CodeAnalysis.CSharp (3)
Binder\Semantics\OverloadResolution\OverloadResolution.cs (1)
3266if (lambda.Symbol.IsAsync)
BoundTree\UnboundLambda.cs (2)
156inferredReturnType = InferReturnType(returnTypes, node: this, Binder, delegateType, Symbol.IsAsync, conversions); 956inferredReturnType = BoundLambda.InferReturnType(returnTypes, _unboundLambda, lambdaBodyBinder, delegateType, lambdaSymbol.IsAsync, lambdaBodyBinder.Conversions);