10 references to Introduce_constant_for_0
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
CodeActions\IntroduceVariable\IntroduceVariableTests.cs (1)
3600string.Format(FeaturesResources.Introduce_constant_for_0, """
Microsoft.CodeAnalysis.Features (1)
IntroduceVariable\AbstractIntroduceVariableService.AbstractIntroduceVariableCodeAction.cs (1)
90{ FeaturesResources.Introduce_constant_for_0, FeaturesResources.Introduce_local_constant_for_0 }
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (7)
CodeActions\CodeActionResolveTests.cs (4)
91title: string.Format(FeaturesResources.Introduce_constant_for_0, "1"), 95FeaturesResources.Introduce_constant + "|" + string.Format(FeaturesResources.Introduce_constant_for_0, "1"), 121title: string.Format(FeaturesResources.Introduce_constant_for_0, "1"), 125FeaturesResources.Introduce_constant + "|" + string.Format(FeaturesResources.Introduce_constant_for_0, "1"),
CodeActions\CodeActionsTests.cs (3)
87title: string.Format(FeaturesResources.Introduce_constant_for_0, "1"), 91FeaturesResources.Introduce_constant + '|' + string.Format(FeaturesResources.Introduce_constant_for_0, "1"), 101var expectedChildActionTitle = FeaturesResources.Introduce_constant + '|' + string.Format(FeaturesResources.Introduce_constant_for_0, "1");
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
CodeActions\IntroduceVariable\IntroduceVariableTests.vb (1)
433Await TestExactActionSetOfferedAsync(source, {String.Format(FeaturesResources.Introduce_constant_for_0, "2 + 2"), String.Format(FeaturesResources.Introduce_constant_for_all_occurrences_of_0, "2 + 2")})