4 references to ERR_VarArgsInExpressionTree
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1386case ErrorCode.ERR_VarArgsInExpressionTree:
Lowering\DiagnosticsPass_ExpressionTrees.cs (1)
408Error(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)
17602Diagnostic(ErrorCode.ERR_VarArgsInExpressionTree, "__arglist(x)")