8 references to Introduce_local_constant_for_0
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (3)
CodeActions\IntroduceVariable\IntroduceVariableTests.cs (3)
2136
await TestExactActionSetOfferedAsync(code, new[] { string.Format(FeaturesResources.
Introduce_local_constant_for_0
, "5") });
2178
new[] { string.Format(FeaturesResources.
Introduce_local_constant_for_0
, "5"), string.Format(FeaturesResources.Introduce_local_constant_for_all_occurrences_of_0, "5") });
3578
string.Format(FeaturesResources.
Introduce_local_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.VisualBasic.EditorFeatures.UnitTests (4)
CodeActions\IntroduceVariable\IntroduceVariableTests.vb (4)
1819
{String.Format(FeaturesResources.
Introduce_local_constant_for_0
, "5"),
1841
{String.Format(FeaturesResources.
Introduce_local_constant_for_0
, "5"),
1875
{String.Format(FeaturesResources.
Introduce_local_constant_for_0
, "5"),
2491
Await TestSmartTagTextAsync(code, String.Format(FeaturesResources.
Introduce_local_constant_for_0
, """a b c"""), New TestParameters(index:=2))