7 references to IsInAsyncMethod
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder.ValueChecks.cs (1)
1034
if (this.
IsInAsyncMethod
())
Binder\Binder_Statements.cs (5)
1166
if (IsDirectlyInIterator ||
IsInAsyncMethod
())
3030
else if (
IsInAsyncMethod
())
3152
if (
IsInAsyncMethod
())
3398
if (
IsInAsyncMethod
())
3469
if (
IsInAsyncMethod
() && refKind != RefKind.None)
Binder\ForEachLoopBinder.cs (1)
542
if (builder.InlineArraySpanType == WellKnownType.Unknown && getEnumeratorType.IsRestrictedType() && (IsDirectlyInIterator ||
IsInAsyncMethod
()))