3 references to ERR_NoAwaitOnAsyncEnumerable
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
8456Error(diagnostics, ErrorCode.ERR_NoAwaitOnAsyncEnumerable, name, boundLeft.Type, plainName);
Errors\ErrorFacts.cs (1)
2568or ErrorCode.ERR_NoAwaitOnAsyncEnumerable
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
CodeGen\CodeGenAwaitForeachTests.cs (1)
15057Diagnostic(ErrorCode.ERR_NoAwaitOnAsyncEnumerable, "await e").WithArguments("System.Collections.Generic.IAsyncEnumerable<int>", "GetAwaiter").WithLocation(8, 9));