2 references to BC30311
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (2)
src\Analyzers\VisualBasic\CodeFixes\GenerateConstructor\GenerateConstructorDiagnosticIds.vb (2)
12
Friend Const BC30311 As String = NameOf(
BC30311
) ' error BC30311: Value of type 'String' cannot be converted to 'Exception'.
23
Friend Shared ReadOnly CannotConvertDiagnosticIds As ImmutableArray(Of String) = ImmutableArray.Create(BC30512, BC32006,
BC30311
, BC36625)