6 references to ERR_DynamicLocalFunctionParamsParameter
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Invocation.cs (1)
757
ErrorCode.
ERR_DynamicLocalFunctionParamsParameter
,
Errors\ErrorFacts.cs (1)
1673
case ErrorCode.
ERR_DynamicLocalFunctionParamsParameter
:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\LocalFunctionTests.cs (3)
2710
Diagnostic(ErrorCode.
ERR_DynamicLocalFunctionParamsParameter
, "L1(val, val)").WithArguments("ys", "L1").WithLocation(10, 9),
2713
Diagnostic(ErrorCode.
ERR_DynamicLocalFunctionParamsParameter
, "L1(ys: val, x: val)").WithArguments("ys", "L1").WithLocation(11, 9),
2716
Diagnostic(ErrorCode.
ERR_DynamicLocalFunctionParamsParameter
, "L1(ys: val)").WithArguments("ys", "L1").WithLocation(12, 9));
Semantics\NonTrailingNamedArgumentsTests.cs (1)
846
Diagnostic(ErrorCode.
ERR_DynamicLocalFunctionParamsParameter
, "local(x: 1, d)").WithArguments("y", "local").WithLocation(7, 9),