5 references to Introduce_local_constant_for_all_occurrences_of_0
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
CodeActions\IntroduceVariable\IntroduceVariableTests.cs (1)
2178
new[] { string.Format(FeaturesResources.Introduce_local_constant_for_0, "5"), string.Format(FeaturesResources.
Introduce_local_constant_for_all_occurrences_of_0
, "5") });
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 (3)
CodeActions\IntroduceVariable\IntroduceVariableTests.vb (3)
1820
String.Format(FeaturesResources.
Introduce_local_constant_for_all_occurrences_of_0
, "5")})
1842
String.Format(FeaturesResources.
Introduce_local_constant_for_all_occurrences_of_0
, "5")})
1876
String.Format(FeaturesResources.
Introduce_local_constant_for_all_occurrences_of_0
, "5")})