3 references to Introduce_local_for_0
Microsoft.CodeAnalysis.Features (3)
IntroduceVariable\AbstractIntroduceLocalForExpressionCodeRefactoringProvider.cs (2)
64
string.Format(FeaturesResources.
Introduce_local_for_0
, nodeString),
66
nameof(FeaturesResources.
Introduce_local_for_0
) + "_" + nodeString),
IntroduceVariable\AbstractIntroduceVariableService.IntroduceVariableCodeAction.cs (1)
87
{ FeaturesResources.Introduce_field_for_0, FeaturesResources.
Introduce_local_for_0
},