8 references to IsInAsyncMethod
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder.ValueChecks.cs (2)
820
if (valueKind == BindValueKind.AddressOf && this.
IsInAsyncMethod
())
914
if (valueKind == BindValueKind.AddressOf && this.
IsInAsyncMethod
())
Binder\Binder_Statements.cs (5)
1167
if (
IsInAsyncMethod
())
2915
else if (
IsInAsyncMethod
())
3037
if (
IsInAsyncMethod
())
3281
if (
IsInAsyncMethod
())
3352
if (
IsInAsyncMethod
() && refKind != RefKind.None)
Binder\ForEachLoopBinder.cs (1)
506
if (getEnumeratorType.IsRestrictedType() && (IsDirectlyInIterator ||
IsInAsyncMethod
()))