8 references to ERR_ImplicitlyTypedParamsParameter
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2484
or ErrorCode.
ERR_ImplicitlyTypedParamsParameter
Symbols\Source\ParameterHelpers.cs (1)
733
diagnostics.Add(ErrorCode.
ERR_ImplicitlyTypedParamsParameter
, modifier, parameterIdentifier);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (6)
Semantics\LambdaTests.cs (1)
8632
Diagnostic(ErrorCode.
ERR_ImplicitlyTypedParamsParameter
, "params").WithArguments("a").WithLocation(7, 16));
Semantics\SimpleLambdaParametersWithModifiersTests.cs (5)
915
Diagnostic(ErrorCode.
ERR_ImplicitlyTypedParamsParameter
, "params").WithArguments("x").WithLocation(7, 16));
922
Diagnostic(ErrorCode.
ERR_ImplicitlyTypedParamsParameter
, "params").WithArguments("x").WithLocation(7, 16),
1024
Diagnostic(ErrorCode.
ERR_ImplicitlyTypedParamsParameter
, "params").WithArguments("x").WithLocation(7, 16),
1062
Diagnostic(ErrorCode.
ERR_ImplicitlyTypedParamsParameter
, "params").WithArguments("x").WithLocation(7, 20),
1210
Diagnostic(ErrorCode.
ERR_ImplicitlyTypedParamsParameter
, "params").WithArguments("x").WithLocation(7, 16),