10 references to Introduce_constant_for_0
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (1)
IntroduceVariable\IntroduceVariableTests.cs (1)
3326
string.Format(FeaturesResources.
Introduce_constant_for_0
, """
Microsoft.CodeAnalysis.Features (1)
IntroduceVariable\AbstractIntroduceVariableService.IntroduceVariableCodeAction.cs (1)
88
{ FeaturesResources.
Introduce_constant_for_0
, FeaturesResources.Introduce_local_constant_for_0 }
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (8)
CodeActions\CodeActionResolveTests.cs (5)
93
var titlePath = new string[] { FeaturesResources.Introduce_constant, string.Format(FeaturesResources.
Introduce_constant_for_0
, "1") };
95
title: string.Format(FeaturesResources.
Introduce_constant_for_0
, "1"),
99
FeaturesResources.Introduce_constant + "|" + string.Format(FeaturesResources.
Introduce_constant_for_0
, "1"),
127
title: string.Format(FeaturesResources.
Introduce_constant_for_0
, "1"),
131
FeaturesResources.Introduce_constant + "|" + string.Format(FeaturesResources.
Introduce_constant_for_0
, "1"),
CodeActions\CodeActionsTests.cs (3)
76
var titlePath = new[] { FeaturesResources.Introduce_constant, string.Format(FeaturesResources.
Introduce_constant_for_0
, "1") };
78
title: string.Format(FeaturesResources.
Introduce_constant_for_0
, "1"),
82
string.Format(FeaturesResources.
Introduce_constant_for_0
, "1"),