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