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