7 references to ERR_DynamicLocalFunctionParamsParameter
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Invocation.cs (1)
963ErrorCode.ERR_DynamicLocalFunctionParamsParameter,
Errors\ErrorFacts.cs (1)
1734or ErrorCode.ERR_DynamicLocalFunctionParamsParameter
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Semantics\ParamsCollectionTests.cs (1)
7063Diagnostic(ErrorCode.ERR_DynamicLocalFunctionParamsParameter, "d").WithArguments("b", "Test").WithLocation(8, 14)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\LocalFunctionTests.cs (3)
3034Diagnostic(ErrorCode.ERR_DynamicLocalFunctionParamsParameter, "val").WithArguments("ys", "L1").WithLocation(10, 17), 3037Diagnostic(ErrorCode.ERR_DynamicLocalFunctionParamsParameter, "val").WithArguments("ys", "L1").WithLocation(11, 16), 3040Diagnostic(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),