8 references to Change_0_to_1
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (7)
SpellCheck\SpellCheckTests.cs (7)
57
""", [String.Format(FeaturesResources.
Change_0_to_1
, "Gooa", "Goo")]);
71
String.Format(FeaturesResources.
Change_0_to_1
, "Foa", "Foo"),
72
String.Format(FeaturesResources.
Change_0_to_1
, "Foa", "for")
87
[String.Format(FeaturesResources.
Change_0_to_1
, "Goa", "Goo")]);
100
""", [String.Format(FeaturesResources.
Change_0_to_1
, "zza", "zzz")]);
115
String.Format(FeaturesResources.
Change_0_to_1
, "Boolea", "Boolean"),
116
String.Format(FeaturesResources.
Change_0_to_1
, "Boolea", "bool")
Microsoft.CodeAnalysis.Features (1)
SpellCheck\AbstractSpellCheckCodeFixProvider.cs (1)
214
string.Format(FeaturesResources.
Change_0_to_1
, oldName, newName),