5 references to ERR_ImplicitlyTypedDefaultParameter
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Lambda.cs (1)
342
diagnostics.Add(ErrorCode.
ERR_ImplicitlyTypedDefaultParameter
,
Errors\ErrorFacts.cs (1)
2252
case ErrorCode.
ERR_ImplicitlyTypedDefaultParameter
:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\DelegateTypeTests.cs (1)
13253
Diagnostic(ErrorCode.
ERR_ImplicitlyTypedDefaultParameter
, "x").WithArguments("x").WithLocation(8, 16));
Semantics\LambdaTests.cs (2)
7150
Diagnostic(ErrorCode.
ERR_ImplicitlyTypedDefaultParameter
, "x").WithArguments("x").WithLocation(5, 21));
7175
Diagnostic(ErrorCode.
ERR_ImplicitlyTypedDefaultParameter
, "x").WithArguments("x").WithLocation(5, 37));