2 references to BC36625
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (2)
src\Analyzers\VisualBasic\CodeFixes\GenerateConstructor\GenerateConstructorDiagnosticIds.vb (2)
19
Friend Const BC36625 As String = NameOf(
BC36625
) ' error BC36625: Lambda expression cannot be converted to 'Integer' because 'Integer' is not a delegate type.
23
Friend Shared ReadOnly CannotConvertDiagnosticIds As ImmutableArray(Of String) = ImmutableArray.Create(BC30512, BC32006, BC30311,
BC36625
)