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