9 references to Generate_field_0
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (8)
GenerateVariable\GenerateVariableTests.cs (8)
96
string.Format(FeaturesResources.
Generate_field_0
, "goo"),
119
string.Format(FeaturesResources.
Generate_field_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") });
10557
string.Format(FeaturesResources.
Generate_field_0
, "Field"),
10581
string.Format(FeaturesResources.
Generate_field_0
, "Field"),
Microsoft.CodeAnalysis.Features (1)
GenerateMember\GenerateVariable\AbstractGenerateVariableService.CodeAction.cs (1)
187
: _isReadonly ? FeaturesResources.Generate_read_only_field_0 : FeaturesResources.
Generate_field_0
;