8 references to Generate_property_0
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (6)
GenerateVariable\GenerateVariableTests.cs (6)
98string.Format(FeaturesResources.Generate_property_0, "goo"), 361new[] { 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") }); 382new[] { 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") }); 2436new[] { 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") }); 10556string.Format(FeaturesResources.Generate_property_0, "Field"), 10580string.Format(FeaturesResources.Generate_property_0, "Field"),
Microsoft.CodeAnalysis.Features (2)
GenerateMember\GenerateParameterizedMember\AbstractGenerateParameterizedMemberService.CodeAction.cs (1)
54? isAbstract ? FeaturesResources.Generate_abstract_property_0 : FeaturesResources.Generate_property_0
GenerateMember\GenerateVariable\AbstractGenerateVariableService.CodeAction.cs (1)
186? _isReadonly ? FeaturesResources.Generate_read_only_property_0 : FeaturesResources.Generate_property_0