5 references to Generate_0_1_in_new_file
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Diagnostics\GenerateType\GenerateTypeTests.cs (2)
4684
string.Format(FeaturesResources.
Generate_0_1_in_new_file
, "class", "Goo"));
4787
string.Format(FeaturesResources.
Generate_0_1_in_new_file
, "class", "Goo"),
Microsoft.CodeAnalysis.Features (1)
GenerateType\AbstractGenerateTypeService.CodeAction.cs (1)
54
return string.Format(FeaturesResources.
Generate_0_1_in_new_file
,
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (2)
Diagnostics\GenerateType\GenerateTypeTests.vb (2)
1220
{String.Format(FeaturesResources.
Generate_0_1_in_new_file
, "class", "Goo"), String.Format(FeaturesResources.Generate_nested_0_1, "class", "Goo"), FeaturesResources.Generate_new_type})
1238
{String.Format(FeaturesResources.
Generate_0_1_in_new_file
, "class", "Goo"),