25 references to ERR_BadAsyncArgType
Microsoft.CodeAnalysis.CSharp (2)
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (2)
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (19)
Semantics\BindingAsyncTasklikeMoreTests.cs (8)
1631Diagnostic(ErrorCode.ERR_BadAsyncArgType, "x").WithLocation(8, 35),
1634Diagnostic(ErrorCode.ERR_BadAsyncArgType, "y").WithLocation(8, 46),
1640Diagnostic(ErrorCode.ERR_BadAsyncArgType, "x").WithLocation(16, 35),
1643Diagnostic(ErrorCode.ERR_BadAsyncArgType, "y").WithLocation(16, 46)
1651Diagnostic(ErrorCode.ERR_BadAsyncArgType, "x").WithLocation(8, 35),
1654Diagnostic(ErrorCode.ERR_BadAsyncArgType, "y").WithLocation(8, 46),
1657Diagnostic(ErrorCode.ERR_BadAsyncArgType, "x").WithLocation(16, 35),
1660Diagnostic(ErrorCode.ERR_BadAsyncArgType, "y").WithLocation(16, 46)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)