8 references to ERR_ImplicitlyTypedDefaultParameter
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Lambda.cs (1)
343
diagnostics.Add(ErrorCode.
ERR_ImplicitlyTypedDefaultParameter
,
Errors\ErrorFacts.cs (1)
2308
or ErrorCode.
ERR_ImplicitlyTypedDefaultParameter
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (6)
Semantics\DelegateTypeTests.cs (1)
16690
Diagnostic(ErrorCode.
ERR_ImplicitlyTypedDefaultParameter
, "x").WithArguments("x").WithLocation(8, 16));
Semantics\LambdaTests.cs (1)
7179
Diagnostic(ErrorCode.
ERR_ImplicitlyTypedDefaultParameter
, "x").WithArguments("x").WithLocation(5, 21));
Semantics\SimpleLambdaParametersWithModifiersTests.cs (4)
90
Diagnostic(ErrorCode.
ERR_ImplicitlyTypedDefaultParameter
, "x").WithArguments("x").WithLocation(7, 23));
156
Diagnostic(ErrorCode.
ERR_ImplicitlyTypedDefaultParameter
, "x").WithArguments("x").WithLocation(9, 42));
313
Diagnostic(ErrorCode.
ERR_ImplicitlyTypedDefaultParameter
, "x").WithArguments("x").WithLocation(8, 23),
407
Diagnostic(ErrorCode.
ERR_ImplicitlyTypedDefaultParameter
, "x").WithArguments("x").WithLocation(7, 16),