11 references to ERR_IllegalArglist
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
549Error(diagnostics, ErrorCode.ERR_IllegalArglist, node);
Errors\ErrorFacts.cs (1)
800or ErrorCode.ERR_IllegalArglist
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Semantics\OutVarTests.cs (2)
35804Diagnostic(ErrorCode.ERR_IllegalArglist, "__arglist(out int y)").WithLocation(6, 9), 35813Diagnostic(ErrorCode.ERR_IllegalArglist, "__arglist(out var z)").WithLocation(7, 9)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (7)
Semantics\ArglistTests.cs (4)
564Diagnostic(ErrorCode.ERR_IllegalArglist, "__arglist()").WithLocation(15, 24), 567Diagnostic(ErrorCode.ERR_IllegalArglist, "__arglist(123)").WithLocation(16, 17), 570Diagnostic(ErrorCode.ERR_IllegalArglist, "__arglist(456)").WithLocation(20, 16), 576Diagnostic(ErrorCode.ERR_IllegalArglist, "__arglist(2)").WithLocation(27, 18),
Semantics\NonTrailingNamedArgumentsTests.cs (1)
1094Diagnostic(ErrorCode.ERR_IllegalArglist, "__arglist()").WithLocation(6, 33));
Semantics\NullableReferenceTypesTests.cs (1)
3384Diagnostic(ErrorCode.ERR_IllegalArglist, "__arglist()").WithLocation(7, 21)
Semantics\SemanticErrorTests.cs (1)
8507Diagnostic(ErrorCode.ERR_IllegalArglist, @"__arglist(1,""This is a string"")"));