2 references to BC30272
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (2)
src\Analyzers\VisualBasic\CodeFixes\GenerateConstructor\GenerateConstructorDiagnosticIds.vb (2)
10
Friend Const BC30272 As String = NameOf(
BC30272
) ' error BC30272: 'p' is not a parameter of 'Public Sub New()'.
21
Friend Shared ReadOnly AllDiagnosticIds As ImmutableArray(Of String) = ImmutableArray.Create(BC30057,
BC30272
, BC30274, BC30389, BC30455, BC32006, BC30512, BC30387, BC30516)