4 references to ERR_VarArgsInExpressionTree
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1447
or ErrorCode.
ERR_VarArgsInExpressionTree
Lowering\DiagnosticsPass_ExpressionTrees.cs (1)
444
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)
17709
Diagnostic(ErrorCode.
ERR_VarArgsInExpressionTree
, "__arglist(x)")