7 references to IsInAsyncMethod
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder.ValueChecks.cs (1)
1008if (this.IsInAsyncMethod())
Binder\Binder_Statements.cs (5)
1166if (IsDirectlyInIterator || IsInAsyncMethod()) 3032else if (IsInAsyncMethod()) 3154if (IsInAsyncMethod()) 3400if (IsInAsyncMethod()) 3471if (IsInAsyncMethod() && refKind != RefKind.None)
Binder\ForEachLoopBinder.cs (1)
530if (builder.InlineArraySpanType == WellKnownType.Unknown && getEnumeratorType.IsRestrictedType() && (IsDirectlyInIterator || IsInAsyncMethod()))