6 references to _0_conflict_s_will_be_resolved
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\UI\Adornment\RenameFlyoutViewModel.cs (1)
344StatusText = string.Format(EditorFeaturesResources._0_conflict_s_will_be_resolved, resolvableConflicts);
InlineRename\UI\Dashboard\RenameDashboardViewModel.cs (1)
205? string.Format(EditorFeaturesResources._0_conflict_s_will_be_resolved, _resolvableConflictCount)
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (4)
Rename\RenameViewModelTests.vb (4)
122resolvableConflictText:=String.Format(EditorFeaturesResources._0_conflict_s_will_be_resolved, 1), 340resolvableConflictText:=String.Format(EditorFeaturesResources._0_conflict_s_will_be_resolved, 1), 365resolvableConflictText:=String.Format(EditorFeaturesResources._0_conflict_s_will_be_resolved, 2), 450resolvableConflictText:=String.Format(EditorFeaturesResources._0_conflict_s_will_be_resolved, 1),