3 references to Use_unbound_generic_type
Microsoft.CodeAnalysis.CSharp.Features (3)
src\Analyzers\CSharp\Analyzers\UseUnboundGenericTypeInNameOf\CSharpUseUnboundGenericTypeInNameOfDiagnosticAnalyzer.cs (1)
37
nameof(CSharpAnalyzersResources.
Use_unbound_generic_type
), CSharpAnalyzersResources.ResourceManager, typeof(CSharpAnalyzersResources)))
src\Analyzers\CSharp\CodeFixes\UseUnboundGenericTypeInNameOf\CSharpUseUnboundGenericTypeInNameOfCodeFixProvider.cs (2)
35
RegisterCodeFix(context, CSharpAnalyzersResources.
Use_unbound_generic_type
, nameof(CSharpAnalyzersResources.
Use_unbound_generic_type
));