6 references to _0_conflict_s_will_be_resolved
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\UI\Adornment\RenameFlyoutViewModel.cs (1)
344
StatusText = 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)
122
resolvableConflictText:=String.Format(EditorFeaturesResources.
_0_conflict_s_will_be_resolved
, 1),
340
resolvableConflictText:=String.Format(EditorFeaturesResources.
_0_conflict_s_will_be_resolved
, 1),
365
resolvableConflictText:=String.Format(EditorFeaturesResources.
_0_conflict_s_will_be_resolved
, 2),
450
resolvableConflictText:=String.Format(EditorFeaturesResources.
_0_conflict_s_will_be_resolved
, 1),