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