27 references to ERR_ParamsLast
Microsoft.CodeAnalysis.CSharp (2)
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (9)
Semantics\ParamsCollectionTests.cs (8)
15983Diagnostic(ErrorCode.ERR_ParamsLast, "params IEnumerable<long> x").WithLocation(6, 8),
15989Diagnostic(ErrorCode.ERR_ParamsLast, "params long[] x").WithLocation(10, 8),
15995Diagnostic(ErrorCode.ERR_ParamsLast, "params IEnumerable<long> x").WithLocation(14, 20),
16001Diagnostic(ErrorCode.ERR_ParamsLast, "params long[] x").WithLocation(18, 20)
16044Diagnostic(ErrorCode.ERR_ParamsLast, "params IEnumerable<long> x").WithLocation(6, 8),
16047Diagnostic(ErrorCode.ERR_ParamsLast, "params IEnumerable<long> x").WithLocation(10, 20),
16050Diagnostic(ErrorCode.ERR_ParamsLast, "params IEnumerable<long> x").WithLocation(14, 14),
16053Diagnostic(ErrorCode.ERR_ParamsLast, "params IEnumerable<long> x").WithLocation(17, 18)
Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests (2)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (11)
Semantics\DelegateTypeTests.cs (4)
6633Diagnostic(ErrorCode.ERR_ParamsLast, "params long[] a").WithLocation(18, 45),
6636Diagnostic(ErrorCode.ERR_ParamsLast, "params long[] a").WithLocation(20, 45));
6678Diagnostic(ErrorCode.ERR_ParamsLast, "params long[] a").WithLocation(18, 45),
6681Diagnostic(ErrorCode.ERR_ParamsLast, "params long[] a").WithLocation(20, 45));
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (2)