18 references to Change_0_to_1
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (7)
Diagnostics\SpellCheck\SpellCheckTests.cs (7)
61
await TestExactActionSetOfferedAsync(text, new[] { String.Format(FeaturesResources.
Change_0_to_1
, "Gooa", "Goo") });
77
String.Format(FeaturesResources.
Change_0_to_1
, "Foa", "Foo"),
78
String.Format(FeaturesResources.
Change_0_to_1
, "Foa", "for")
95
new[] { String.Format(FeaturesResources.
Change_0_to_1
, "Goa", "Goo") });
109
await TestExactActionSetOfferedAsync(text, new[] { String.Format(FeaturesResources.
Change_0_to_1
, "zza", "zzz") });
125
String.Format(FeaturesResources.
Change_0_to_1
, "Boolea", "Boolean"),
126
String.Format(FeaturesResources.
Change_0_to_1
, "Boolea", "bool")
Microsoft.CodeAnalysis.Features (1)
SpellCheck\AbstractSpellCheckCodeFixProvider.cs (1)
221
string.Format(FeaturesResources.
Change_0_to_1
, oldName, newName),
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (8)
Diagnostics\ExitContinue\ExitContinueCodeActionTests.vb (1)
859
Await TestExactActionSetOfferedAsync(code.ConvertTestSourceTag(), {String.Format(FeaturesResources.
Change_0_to_1
, "Function", "Sub"), String.Format(VBFeaturesResources.Delete_the_0_statement1, "Exit Function")})
Diagnostics\Spellcheck\SpellcheckTests.vb (7)
43
Await TestExactActionSetOfferedAsync(text.NormalizedValue, {String.Format(FeaturesResources.
Change_0_to_1
, "Gooa", "Goo")})
54
{String.Format(FeaturesResources.
Change_0_to_1
, "Goa", "Goo")})
65
{String.Format(FeaturesResources.
Change_0_to_1
, "Goa", "Goo")})
75
{String.Format(FeaturesResources.
Change_0_to_1
, "Goa", "Goo")})
86
Await TestExactActionSetOfferedAsync(text.NormalizedValue, {String.Format(FeaturesResources.
Change_0_to_1
, "zza", "zzz")})
98
Await TestExactActionSetOfferedAsync(text.NormalizedValue, {String.Format(FeaturesResources.
Change_0_to_1
, "Boolea", "Boolean")})
110
Await TestExactActionSetOfferedAsync(text.NormalizedValue, {String.Format(FeaturesResources.
Change_0_to_1
, "Boolea", "Boolean")})
Microsoft.CodeAnalysis.VisualBasic.Features (2)
CodeFixes\IncorrectExitContinue\IncorrectExitContinueCodeFixProvider.ReplaceKeywordCodeAction.vb (1)
34
Return String.Format(FeaturesResources.
Change_0_to_1
, _invalidToken.ValueText, SyntaxFacts.GetText(BlockKindToKeywordKind(_createBlockKind)))
CodeFixes\IncorrectExitContinue\IncorrectExitContinueCodeFixProvider.ReplaceTokenKeywordCodeAction.vb (1)
28
Return String.Format(FeaturesResources.
Change_0_to_1
, _invalidToken.ValueText, SyntaxFacts.GetText(BlockKindToKeywordKind(_blockKind)))