27 references to ERR_BadAsyncArgType
Microsoft.CodeAnalysis.CSharp (2)
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (4)
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (19)
Semantics\BindingAsyncTasklikeMoreTests.cs (8)
1638Diagnostic(ErrorCode.ERR_BadAsyncArgType, "x").WithLocation(8, 35),
1641Diagnostic(ErrorCode.ERR_BadAsyncArgType, "y").WithLocation(8, 46),
1647Diagnostic(ErrorCode.ERR_BadAsyncArgType, "x").WithLocation(16, 35),
1650Diagnostic(ErrorCode.ERR_BadAsyncArgType, "y").WithLocation(16, 46)
1658Diagnostic(ErrorCode.ERR_BadAsyncArgType, "x").WithLocation(8, 35),
1661Diagnostic(ErrorCode.ERR_BadAsyncArgType, "y").WithLocation(8, 46),
1664Diagnostic(ErrorCode.ERR_BadAsyncArgType, "x").WithLocation(16, 35),
1667Diagnostic(ErrorCode.ERR_BadAsyncArgType, "y").WithLocation(16, 46)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)