4 references to Introduce_local_constant_for_0
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (3)
IntroduceVariable\IntroduceVariableTests.cs (3)
1973
await TestExactActionSetOfferedAsync(code, [string.Format(FeaturesResources.
Introduce_local_constant_for_0
, "5")]);
2011
[string.Format(FeaturesResources.
Introduce_local_constant_for_0
, "5"), string.Format(FeaturesResources.Introduce_local_constant_for_all_occurrences_of_0, "5")]);
3306
string.Format(FeaturesResources.
Introduce_local_constant_for_0
, """
Microsoft.CodeAnalysis.Features (1)
IntroduceVariable\AbstractIntroduceVariableService.IntroduceVariableCodeAction.cs (1)
88
{ FeaturesResources.Introduce_constant_for_0, FeaturesResources.
Introduce_local_constant_for_0
}