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)
1650Diagnostic(ErrorCode.ERR_BadAsyncArgType, "x").WithLocation(8, 35),
1653Diagnostic(ErrorCode.ERR_BadAsyncArgType, "y").WithLocation(8, 46),
1659Diagnostic(ErrorCode.ERR_BadAsyncArgType, "x").WithLocation(16, 35),
1662Diagnostic(ErrorCode.ERR_BadAsyncArgType, "y").WithLocation(16, 46)
1670Diagnostic(ErrorCode.ERR_BadAsyncArgType, "x").WithLocation(8, 35),
1673Diagnostic(ErrorCode.ERR_BadAsyncArgType, "y").WithLocation(8, 46),
1676Diagnostic(ErrorCode.ERR_BadAsyncArgType, "x").WithLocation(16, 35),
1679Diagnostic(ErrorCode.ERR_BadAsyncArgType, "y").WithLocation(16, 46)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)