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