8 references to Generate_local_0
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (7)
GenerateVariable\GenerateVariableTests.cs (7)
99
string.Format(FeaturesResources.
Generate_local_0
, "goo"),
361
new[] { string.Format(FeaturesResources.Generate_field_0, "goo"), string.Format(FeaturesResources.Generate_property_0, "goo"), string.Format(FeaturesResources.
Generate_local_0
, "goo"), string.Format(FeaturesResources.Generate_parameter_0, "goo") });
382
new[] { string.Format(FeaturesResources.Generate_field_0, "goo"), string.Format(FeaturesResources.Generate_property_0, "goo"), string.Format(FeaturesResources.
Generate_local_0
, "goo"), string.Format(FeaturesResources.Generate_parameter_0, "goo"), string.Format(FeaturesResources.Generate_parameter_0_and_overrides_implementations, "goo") });
559
new[] { string.Format(FeaturesResources.Generate_field_0, "goo"), string.Format(FeaturesResources.
Generate_local_0
, "goo"), string.Format(FeaturesResources.Generate_parameter_0, "goo") });
2436
new[] { string.Format(FeaturesResources.Generate_field_0, "p"), string.Format(FeaturesResources.Generate_property_0, "p"), string.Format(FeaturesResources.
Generate_local_0
, "p"), string.Format(FeaturesResources.Generate_parameter_0, "p") });
5325
await TestExactActionSetOfferedAsync(code, new[] { string.Format(FeaturesResources.
Generate_local_0
, "Bar"), string.Format(FeaturesResources.Generate_parameter_0, "Bar") });
10603
string.Format(FeaturesResources.
Generate_local_0
, "Error", "MyException"),
Microsoft.CodeAnalysis.Features (1)
GenerateMember\GenerateVariable\AbstractGenerateVariableService.GenerateLocalCodeAction.cs (1)
40
var text = FeaturesResources.
Generate_local_0
;