7 references to ERR_DynamicLocalFunctionParamsParameter
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Invocation.cs (1)
941ErrorCode.ERR_DynamicLocalFunctionParamsParameter,
Errors\ErrorFacts.cs (1)
1735or ErrorCode.ERR_DynamicLocalFunctionParamsParameter
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Semantics\ParamsCollectionTests.cs (1)
7079Diagnostic(ErrorCode.ERR_DynamicLocalFunctionParamsParameter, "d").WithArguments("b", "Test").WithLocation(8, 14)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\LocalFunctionTests.cs (3)
2729Diagnostic(ErrorCode.ERR_DynamicLocalFunctionParamsParameter, "val").WithArguments("ys", "L1").WithLocation(10, 17), 2732Diagnostic(ErrorCode.ERR_DynamicLocalFunctionParamsParameter, "val").WithArguments("ys", "L1").WithLocation(11, 16), 2735Diagnostic(ErrorCode.ERR_DynamicLocalFunctionParamsParameter, "val").WithArguments("ys", "L1").WithLocation(12, 16));
Semantics\NonTrailingNamedArgumentsTests.cs (1)
847Diagnostic(ErrorCode.ERR_DynamicLocalFunctionParamsParameter, "d").WithArguments("y", "local").WithLocation(7, 21),