5 references to Use_explicit_type_instead_of_var
Microsoft.CodeAnalysis.CSharp.Features (5)
CSharpUseExplicitTypeDiagnosticAnalyzer.cs (1)
17new LocalizableResourceString(nameof(CSharpAnalyzersResources.Use_explicit_type_instead_of_var), CSharpAnalyzersResources.ResourceManager, typeof(CSharpAnalyzersResources));
UseExplicitTypeCodeFixProvider.cs (2)
39RegisterCodeFix(context, CSharpAnalyzersResources.Use_explicit_type_instead_of_var, nameof(CSharpAnalyzersResources.Use_explicit_type_instead_of_var));
UseExplicitTypeForConstCodeFixProvider.cs (2)
59CSharpAnalyzersResources.Use_explicit_type_instead_of_var, 61nameof(CSharpAnalyzersResources.Use_explicit_type_instead_of_var)),