2 references to ConvertTypeOfToNameOfDiagnosticId
Microsoft.CodeAnalysis.Features (2)
AbstractConvertTypeOfToNameOfCodeFixProvider.cs (1)
25=> ImmutableArray.Create(IDEDiagnosticIds.ConvertTypeOfToNameOfDiagnosticId);
AbstractConvertTypeOfToNameOfDiagnosticAnalyzer.cs (1)
14: base(diagnosticId: IDEDiagnosticIds.ConvertTypeOfToNameOfDiagnosticId,