2 references to Introduce_constant_for_all_occurrences_of_0
Microsoft.CodeAnalysis.Features (1)
IntroduceVariable\AbstractIntroduceVariableService.AbstractIntroduceVariableCodeAction.cs (1)
94
{ FeaturesResources.
Introduce_constant_for_all_occurrences_of_0
, FeaturesResources.Introduce_local_constant_for_all_occurrences_of_0 }
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
CodeActions\IntroduceVariable\IntroduceVariableTests.vb (1)
433
Await TestExactActionSetOfferedAsync(source, {String.Format(FeaturesResources.Introduce_constant_for_0, "2 + 2"), String.Format(FeaturesResources.
Introduce_constant_for_all_occurrences_of_0
, "2 + 2")})