Base:
property
IsAsync
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.IsAsync
3 references to IsAsync
Microsoft.CodeAnalysis.CSharp (3)
BoundTree\UnboundLambda.cs (1)
1008inferredReturnType = BoundLambda.InferReturnType(returnTypes, _unboundLambda, lambdaBodyBinder, delegateType, lambdaSymbol.IsAsync, lambdaBodyBinder.Conversions);
Symbols\Source\LambdaSymbol.cs (2)
175var runtimeAsyncEnabledDuringInference = IsAsync && _binder.Compilation.IsRuntimeAsyncEnabledIn(this); 179_runtimeAsyncEnabledChangedDuringInference = IsAsync && runtimeAsyncEnabledDuringInference != _binder.Compilation.IsRuntimeAsyncEnabledIn(this);