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