6 references to Introduce_local_for_0
Microsoft.CodeAnalysis.Features (3)
IntroduceVariable\AbstractIntroduceLocalForExpressionCodeRefactoringProvider.cs (2)
65
string.Format(FeaturesResources.
Introduce_local_for_0
, nodeString),
67
nameof(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)
174
String.Format(FeaturesResources.
Introduce_local_for_0
, "CType(2.ToString(), T)"),
190
String.Format(FeaturesResources.
Introduce_local_for_0
, "x.ToString()"),
2505
Await TestSmartTagTextAsync(code, String.Format(FeaturesResources.
Introduce_local_for_0
, "$""a b c"""))