9 references to Use_implicit_type
Microsoft.CodeAnalysis.CSharp.Features (2)
CodeRefactorings\UseExplicitOrImplicitType\UseImplicitTypeCodeRefactoringProvider.cs (1)
31
=> CSharpAnalyzersResources.
Use_implicit_type
;
CSharpUseImplicitTypeDiagnosticAnalyzer.cs (1)
14
new LocalizableResourceString(nameof(CSharpAnalyzersResources.
Use_implicit_type
), CSharpAnalyzersResources.ResourceManager, typeof(CSharpAnalyzersResources));
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (7)
CodeActions\CodeActionResolveTests.cs (4)
40
title: CSharpAnalyzersResources.
Use_implicit_type
,
43
data: CreateCodeActionResolveData(CSharpAnalyzersResources.
Use_implicit_type
, testLspServer.GetLocations("caret").Single()),
63
title: CSharpAnalyzersResources.
Use_implicit_type
,
66
data: CreateCodeActionResolveData(CSharpAnalyzersResources.
Use_implicit_type
, testLspServer.GetLocations("caret").Single()),
CodeActions\CodeActionsTests.cs (3)
54
title: CSharpAnalyzersResources.
Use_implicit_type
,
58
CSharpAnalyzersResources.
Use_implicit_type
,
67
var useImplicitType = results.FirstOrDefault(r => r.Title == CSharpAnalyzersResources.
Use_implicit_type
);