10 references to Introduce_constant_for_0
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (1)
IntroduceVariable\IntroduceVariableTests.cs (1)
3326string.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)
93var titlePath = new string[] { FeaturesResources.Introduce_constant, string.Format(FeaturesResources.Introduce_constant_for_0, "1") }; 95title: string.Format(FeaturesResources.Introduce_constant_for_0, "1"), 99FeaturesResources.Introduce_constant + "|" + string.Format(FeaturesResources.Introduce_constant_for_0, "1"), 127title: string.Format(FeaturesResources.Introduce_constant_for_0, "1"), 131FeaturesResources.Introduce_constant + "|" + string.Format(FeaturesResources.Introduce_constant_for_0, "1"),
CodeActions\CodeActionsTests.cs (3)
76var titlePath = new[] { FeaturesResources.Introduce_constant, string.Format(FeaturesResources.Introduce_constant_for_0, "1") }; 78title: string.Format(FeaturesResources.Introduce_constant_for_0, "1"), 82string.Format(FeaturesResources.Introduce_constant_for_0, "1"),