6 references to Introduce_local_for_0
Microsoft.CodeAnalysis.Features (3)
IntroduceVariable\AbstractIntroduceLocalForExpressionCodeRefactoringProvider.cs (2)
65string.Format(FeaturesResources.Introduce_local_for_0, nodeString), 67nameof(FeaturesResources.Introduce_local_for_0) + "_" + nodeString),
IntroduceVariable\AbstractIntroduceVariableService.AbstractIntroduceVariableCodeAction.cs (1)
89{ FeaturesResources.Introduce_field_for_0, FeaturesResources.Introduce_local_for_0 },
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (3)
CodeActions\IntroduceVariable\IntroduceVariableTests.vb (3)
174String.Format(FeaturesResources.Introduce_local_for_0, "CType(2.ToString(), T)"), 190String.Format(FeaturesResources.Introduce_local_for_0, "x.ToString()"), 2505Await TestSmartTagTextAsync(code, String.Format(FeaturesResources.Introduce_local_for_0, "$""a b c"""))