5 references to WRN_PrimaryConstructorParameterIsShadowedAndNotPassedToBase
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (1)
1777diagnostics.Add(ErrorCode.WRN_PrimaryConstructorParameterIsShadowedAndNotPassedToBase, node.Location, shadowedParameter);
Binder\Binder_Invocation.cs (1)
1847if (code == (int)ErrorCode.WRN_PrimaryConstructorParameterIsShadowedAndNotPassedToBase &&
Errors\ErrorFacts.cs (2)
546case ErrorCode.WRN_PrimaryConstructorParameterIsShadowedAndNotPassedToBase: 2386or ErrorCode.WRN_PrimaryConstructorParameterIsShadowedAndNotPassedToBase
Generated\ErrorFacts.Generated.cs (1)
323case ErrorCode.WRN_PrimaryConstructorParameterIsShadowedAndNotPassedToBase: