4 references to ERR_VarArgsInExpressionTree
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1386
case ErrorCode.
ERR_VarArgsInExpressionTree
:
Lowering\DiagnosticsPass_ExpressionTrees.cs (1)
408
Error(ErrorCode.
ERR_VarArgsInExpressionTree
, node);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\ArglistTests.cs (1)
158
Diagnostic(ErrorCode.
ERR_VarArgsInExpressionTree
, "__arglist()").WithLocation(11, 44)
Semantics\SemanticErrorTests.cs (1)
17602
Diagnostic(ErrorCode.
ERR_VarArgsInExpressionTree
, "__arglist(x)")