5 references to _0_unresolvable_conflict_s
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\UI\Adornment\RenameFlyoutViewModel.cs (1)
337StatusText = string.Format(EditorFeaturesResources._0_unresolvable_conflict_s, unresolvedConflicts);
InlineRename\UI\Dashboard\RenameDashboardViewModel.cs (1)
220? string.Format(EditorFeaturesResources._0_unresolvable_conflict_s, _unresolvableConflictCount)
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (3)
Rename\RenameViewModelTests.vb (3)
102unresolvableConflictText:=String.Format(EditorFeaturesResources._0_unresolvable_conflict_s, 1), 388unresolvableConflictText:=String.Format(EditorFeaturesResources._0_unresolvable_conflict_s, 1), 413unresolvableConflictText:=String.Format(EditorFeaturesResources._0_unresolvable_conflict_s, 3),