272 references to EditorFeaturesResources
Microsoft.CodeAnalysis.EditorFeatures (272)
artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures\Release\net472\Microsoft.CodeAnalysis.EditorFeaturesResources.cs (1)
10internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(EditorFeaturesResources)));
AutomaticCompletion\AbstractAutomaticLineEnderCommandHandler.cs (5)
30public string DisplayName => EditorFeaturesResources.Automatic_Line_Ender; 99using (context.OperationContext.AddScope(allowCancellation: true, EditorFeaturesResources.Automatically_completing)) 134using var transaction = args.TextView.CreateEditTransaction(EditorFeaturesResources.Automatic_Line_Ender, _undoRegistry, _editorOperationsFactoryService); 145using var transaction = args.TextView.CreateEditTransaction(EditorFeaturesResources.Automatic_Line_Ender, _undoRegistry, _editorOperationsFactoryService); 154using var editTransaction = args.TextView.CreateEditTransaction(EditorFeaturesResources.Automatic_Line_Ender, _undoRegistry, _editorOperationsFactoryService);
AutomaticCompletion\BraceCompletionSessionProvider.BraceCompletionSession.cs (3)
130using var caretPreservingTransaction = new CaretPreservingEditTransaction(EditorFeaturesResources.Brace_Completion, _undoHistory, _editorOperations); 323using var caretPreservingTransaction = new CaretPreservingEditTransaction(EditorFeaturesResources.Brace_Completion, _undoHistory, _editorOperations); 405=> _undoHistory.CreateTransaction(EditorFeaturesResources.Brace_Completion);
BackgroundWorkIndicator\BackgroundWorkIndicatorContext.cs (1)
242_trackingSpan, [string.Format(EditorFeaturesResources._0_Esc_to_cancel, data.description)]);
BraceMatching\BraceMatchingTypeFormatDefinitions.cs (1)
30this.DisplayName = EditorFeaturesResources.Brace_Matching;
ChangeSignature\AbstractChangeSignatureCommandHandler.cs (4)
27public string DisplayName => EditorFeaturesResources.Change_Signature; 125string.Format(EditorFeaturesResources.Preview_Changes_0, EditorFeaturesResources.Change_Signature), 127EditorFeaturesResources.Change_Signature_colon,
Classification\ClassificationTypeFormatDefinitions.cs (72)
34this.DisplayName = EditorFeaturesResources.Preprocessor_Text; 52this.DisplayName = EditorFeaturesResources.Punctuation; 71this.DisplayName = EditorFeaturesResources.String_Verbatim; 89this.DisplayName = EditorFeaturesResources.String_Escape_Character; 109=> this.DisplayName = EditorFeaturesResources.Keyword_Control; 126=> this.DisplayName = EditorFeaturesResources.Operator_Overloaded; 143this.DisplayName = EditorFeaturesResources.Reassigned_variable; 162this.DisplayName = EditorFeaturesResources.Obsolete_symbol; 181this.DisplayName = EditorFeaturesResources.Symbol_Static; 221this.DisplayName = EditorFeaturesResources.User_Types_Classes; 241this.DisplayName = EditorFeaturesResources.User_Types_Records; 260this.DisplayName = EditorFeaturesResources.User_Types_Record_Structs; 279this.DisplayName = EditorFeaturesResources.User_Types_Delegates; 299this.DisplayName = EditorFeaturesResources.User_Types_Enums; 319this.DisplayName = EditorFeaturesResources.User_Types_Interfaces; 338this.DisplayName = EditorFeaturesResources.User_Types_Modules; 358this.DisplayName = EditorFeaturesResources.User_Types_Structures; 378this.DisplayName = EditorFeaturesResources.User_Types_Type_Parameters; 398=> this.DisplayName = EditorFeaturesResources.User_Members_Fields; 415=> this.DisplayName = EditorFeaturesResources.User_Members_Enum_Members; 432=> this.DisplayName = EditorFeaturesResources.User_Members_Constants; 449=> this.DisplayName = EditorFeaturesResources.User_Members_Locals; 466=> this.DisplayName = EditorFeaturesResources.User_Members_Parameters; 483=> this.DisplayName = EditorFeaturesResources.User_Members_Methods; 500=> this.DisplayName = EditorFeaturesResources.User_Members_Extension_Methods; 517=> this.DisplayName = EditorFeaturesResources.User_Members_Properties; 533=> this.DisplayName = EditorFeaturesResources.User_Members_Events; 549=> this.DisplayName = EditorFeaturesResources.User_Members_Namespaces; 566=> this.DisplayName = EditorFeaturesResources.User_Members_Labels; 583this.DisplayName = EditorFeaturesResources.XML_Doc_Comments_Attribute_Name; 601this.DisplayName = EditorFeaturesResources.XML_Doc_Comments_Attribute_Quotes; 621this.DisplayName = EditorFeaturesResources.XML_Doc_Comments_Attribute_Value; 639this.DisplayName = EditorFeaturesResources.XML_Doc_Comments_CData_Section; 657this.DisplayName = EditorFeaturesResources.XML_Doc_Comments_Comment; 675this.DisplayName = EditorFeaturesResources.XML_Doc_Comments_Delimiter; 693this.DisplayName = EditorFeaturesResources.XML_Doc_Comments_Entity_Reference; 711this.DisplayName = EditorFeaturesResources.XML_Doc_Comments_Name; 729this.DisplayName = EditorFeaturesResources.XML_Doc_Comments_Processing_Instruction; 747this.DisplayName = EditorFeaturesResources.XML_Doc_Comments_Text; 766this.DisplayName = EditorFeaturesResources.Roslyn_Test_Code; 784this.DisplayName = EditorFeaturesResources.Roslyn_Test_Code_Markup; 804this.DisplayName = EditorFeaturesResources.Regex_Comment; 822this.DisplayName = EditorFeaturesResources.Regex_Character_Class; 840this.DisplayName = EditorFeaturesResources.Regex_Anchor; 858this.DisplayName = EditorFeaturesResources.Regex_Quantifier; 876this.DisplayName = EditorFeaturesResources.Regex_Grouping; 894this.DisplayName = EditorFeaturesResources.Regex_Alternation; 912this.DisplayName = EditorFeaturesResources.Regex_Text; 930this.DisplayName = EditorFeaturesResources.Regex_SelfEscapedCharacter; 952this.DisplayName = EditorFeaturesResources.Regex_OtherEscape; 972=> this.DisplayName = EditorFeaturesResources.JSON_in_string_literal_Comment; 986=> this.DisplayName = EditorFeaturesResources.JSON_in_string_literal_Number; 1000=> this.DisplayName = EditorFeaturesResources.JSON_in_string_literal_String; 1014=> this.DisplayName = EditorFeaturesResources.JSON_in_string_literal_Keyword; 1028=> this.DisplayName = EditorFeaturesResources.JSON_in_string_literal_Text; 1042=> this.DisplayName = EditorFeaturesResources.JSON_in_string_literal_Operator; 1056=> this.DisplayName = EditorFeaturesResources.JSON_in_string_literal_Punctuation; 1070=> this.DisplayName = EditorFeaturesResources.JSON_in_string_literal_Object; 1084=> this.DisplayName = EditorFeaturesResources.JSON_in_string_literal_Array; 1098=> this.DisplayName = EditorFeaturesResources.JSON_in_string_literal_Property_Name; 1112=> this.DisplayName = EditorFeaturesResources.JSON_in_string_literal_Constructor_Name; 1128this.DisplayName = EditorFeaturesResources.VB_XML_Literals_Attribute_Name; 1145this.DisplayName = EditorFeaturesResources.VB_XML_Literals_Attribute_Quotes; 1162this.DisplayName = EditorFeaturesResources.VB_XML_Literals_Attribute_Value; 1179this.DisplayName = EditorFeaturesResources.VB_XML_Literals_CData_Section; 1196this.DisplayName = EditorFeaturesResources.VB_XML_Literals_Comment; 1213this.DisplayName = EditorFeaturesResources.VB_XML_Literals_Delimiter; 1230this.DisplayName = EditorFeaturesResources.VB_XML_Literals_Embedded_Expression; 1248this.DisplayName = EditorFeaturesResources.VB_XML_Literals_Entity_Reference; 1265this.DisplayName = EditorFeaturesResources.VB_XML_Literals_Name; 1282this.DisplayName = EditorFeaturesResources.VB_XML_Literals_Processing_Instruction; 1299this.DisplayName = EditorFeaturesResources.VB_XML_Literals_Text;
CodeActions\CodeActionEditHandlerService.cs (1)
114EditorFeaturesResources.Cannot_apply_operation_while_a_rename_session_is_active,
CommentSelection\AbstractToggleBlockCommentBase.cs (3)
64public override string DisplayName => EditorFeaturesResources.Toggle_Block_Comment; 66protected override string GetTitle(ValueTuple command) => EditorFeaturesResources.Toggle_Block_Comment; 68protected override string GetMessage(ValueTuple command) => EditorFeaturesResources.Toggling_block_comment;
CommentSelection\CommentUncommentSelectionCommandHandler.cs (5)
57public override string DisplayName => EditorFeaturesResources.Comment_Uncomment_Selection; 61? EditorFeaturesResources.Comment_Selection 62: EditorFeaturesResources.Uncomment_Selection; 66? EditorFeaturesResources.Commenting_currently_selected_text 67: EditorFeaturesResources.Uncommenting_currently_selected_text;
CommentSelection\ToggleLineCommentCommandHandler.cs (3)
52public override string DisplayName => EditorFeaturesResources.Toggle_Line_Comment; 54protected override string GetTitle(ValueTuple command) => EditorFeaturesResources.Toggle_Line_Comment; 56protected override string GetMessage(ValueTuple command) => EditorFeaturesResources.Toggling_line_comment;
ConflictTagDefinition.cs (1)
28this.DisplayName = EditorFeaturesResources.Conflict;
DocumentationComments\AbstractDocumentationCommentCommandHandler.cs (3)
59public string DisplayName => EditorFeaturesResources.Documentation_Comment; 179using var transaction = _undoHistoryRegistry.GetHistory(args.TextView.TextBuffer).CreateTransaction(EditorFeaturesResources.Insert_new_line); 222using (context.OperationContext.AddScope(allowCancellation: true, EditorFeaturesResources.Inserting_documentation_comment))
DocumentationComments\AbstractXmlTagCompletionCommandHandler.cs (2)
37public string DisplayName => EditorFeaturesResources.XML_End_Tag_Completion; 74using (context.OperationContext.AddScope(allowCancellation: true, EditorFeaturesResources.Completing_Tag))
EditAndContinue\ActiveStatementTagFormatDefinition.cs (1)
34this.DisplayName = EditorFeaturesResources.Active_Statement;
EditAndContinue\EditAndContinueErrorTypeFormatDefinition.cs (1)
28this.DisplayName = EditorFeaturesResources.Rude_Edit;
Editor\GoToAdjacentMemberCommandHandler.cs (2)
38public string DisplayName => EditorFeaturesResources.Go_To_Adjacent_Member; 87using (context.OperationContext.AddScope(allowCancellation: true, description: EditorFeaturesResources.Navigating))
EditorConfigSettings\Data\CodeStyleSetting.cs (4)
66trueValueDescription ?? EditorFeaturesResources.Yes, 67falseValueDescription ?? EditorFeaturesResources.No 86trueValueDescription ?? EditorFeaturesResources.Yes, 87falseValueDescription ?? EditorFeaturesResources.No
EncapsulateField\AbstractEncapsulateFieldCommandHandler.cs (7)
32public string DisplayName => EditorFeaturesResources.Encapsulate_Field; 69args.TextView, span, EditorFeaturesResources.Computing_Encapsulate_Field_information, 91notificationService.SendNotification(EditorFeaturesResources.Please_select_the_definition_of_the_field_to_encapsulate, severity: NotificationSeverity.Error); 112string.Format(EditorFeaturesResources.Preview_Changes_0, EditorFeaturesResources.Encapsulate_Field), 114EditorFeaturesResources.Encapsulate_Field_colon, 127using var undoTransaction = _undoManager.GetTextBufferUndoManager(subjectBuffer).TextBufferUndoHistory.CreateTransaction(EditorFeaturesResources.Encapsulate_Field);
Extensibility\NavigationBar\AbstractEditorNavigationBarItemService.cs (1)
66notificationService.SendNotification(EditorFeaturesResources.The_definition_of_the_object_is_hidden, severity: NotificationSeverity.Error);
ExtractInterface\AbstractExtractInterfaceCommandHandler.cs (2)
28public string DisplayName => EditorFeaturesResources.Extract_Interface; 35using (context.OperationContext.AddScope(allowCancellation: true, EditorFeaturesResources.Extract_Interface))
ExtractMethod\ExtractMethodCommandHandler.cs (7)
61public string DisplayName => EditorFeaturesResources.Extract_Method; 122view, span, EditorFeaturesResources.Applying_Extract_Method_refactoring, cancelOnEdit: true, cancelOnFocusLost: false); 236EditorFeaturesResources.Extract_method_encountered_the_following_issues + Environment.NewLine + 238title: EditorFeaturesResources.Extract_Method, 250EditorFeaturesResources.Extract_method_encountered_the_following_issues + Environment.NewLine + 252EditorFeaturesResources.Do_you_still_want_to_proceed_This_may_produce_broken_code, 253title: EditorFeaturesResources.Extract_Method,
FindReferences\FindReferencesCommandHandler.cs (2)
38public string DisplayName => EditorFeaturesResources.Find_References; 129EditorFeaturesResources.Find_References,
Formatting\FormatCommandHandler.cs (3)
55public string DisplayName => EditorFeaturesResources.Automatic_Formatting; 61using (var transaction = CreateEditTransaction(textView, EditorFeaturesResources.Formatting)) 173using (var transaction = CreateEditTransaction(textView, EditorFeaturesResources.Automatic_Formatting))
Formatting\FormatCommandHandler.FormatDocument.cs (1)
36using (context.OperationContext.AddScope(allowCancellation: true, EditorFeaturesResources.Formatting_document))
Formatting\FormatCommandHandler.FormatSelection.cs (1)
42using (context.OperationContext.AddScope(allowCancellation: true, EditorFeaturesResources.Formatting_currently_selected_text))
Formatting\FormatCommandHandler.Paste.cs (1)
24using var _ = context.OperationContext.AddScope(allowCancellation: true, EditorFeaturesResources.Formatting_pasted_text);
GoToBase\GoToBaseCommandHandler.cs (2)
41public override string DisplayName => EditorFeaturesResources.Go_To_Base; 43protected override string ScopeDescription => EditorFeaturesResources.Locating_bases;
GoToDefinition\AbstractGoToCommandHandler`2.cs (1)
267EditorFeaturesResources.The_results_may_be_incomplete_due_to_the_solution_still_loading_projects, NotificationSeverity.Information, cancellationToken).ConfigureAwait(false);
GoToDefinition\GoToDefinitionCommandHandler.cs (3)
41public string DisplayName => EditorFeaturesResources.Go_to_Definition; 114EditorFeaturesResources.Navigating_to_definition)) 144FeaturesResources.Cannot_navigate_to_the_symbol_under_the_caret, EditorFeaturesResources.Go_to_Definition, NotificationSeverity.Information);
GoToDefinition\GoToDefinitionHelpers.cs (1)
38var title = string.Format(EditorFeaturesResources._0_declarations,
GoToImplementation\GoToImplementationCommandHandler.cs (2)
41public override string DisplayName => EditorFeaturesResources.Go_To_Implementation; 43protected override string ScopeDescription => EditorFeaturesResources.Locating_implementations;
InlineDiagnostics\InlineDiagnosticsFormatDefinition.cs (3)
36DisplayName = EditorFeaturesResources.Inline_Diagnostics_Error; 56DisplayName = EditorFeaturesResources.Inline_Diagnostics_Warning; 76DisplayName = EditorFeaturesResources.Inline_Diagnostics_Rude_Edit;
InlineHints\InlineHintsFormatDefinition.cs (1)
34this.DisplayName = EditorFeaturesResources.Inline_Hints;
InlineRename\CommandHandlers\AbstractRenameCommandHandler.cs (1)
27public string DisplayName => EditorFeaturesResources.Rename;
InlineRename\CommandHandlers\AbstractRenameCommandHandler_RenameHandler.cs (2)
94EditorFeaturesResources.Finding_token_to_rename); 142notificationService.SendNotification(message, title: EditorFeaturesResources.Rename, severity: NotificationSeverity.Error);
InlineRename\CommandHandlers\RenameCommandHandler.cs (1)
83notificationService?.SendNotification(ex.Message, title: EditorFeaturesResources.Rename, severity: NotificationSeverity.Error);
InlineRename\HighlightTags\RenameConflictTagDefinition.cs (1)
29this.DisplayName = EditorFeaturesResources.Inline_Rename_Conflict;
InlineRename\HighlightTags\RenameFieldBackgroundAndBorderTagDefinition.cs (1)
29this.DisplayName = EditorFeaturesResources.Inline_Rename_Field_Background_and_Border;
InlineRename\HighlightTags\RenameFixupTagDefinition.cs (1)
29this.DisplayName = EditorFeaturesResources.Inline_Rename_Fixup;
InlineRename\InlineRenameService.cs (3)
69throw new InvalidOperationException(EditorFeaturesResources.An_active_inline_rename_session_is_still_active_Complete_it_before_starting_a_new_one); 146return new InlineRenameSessionInfo(EditorFeaturesResources.You_cannot_rename_this_element_because_it_is_in_a_location_that_cannot_be_navigated_to); 155return new InlineRenameSessionInfo(EditorFeaturesResources.You_cannot_rename_this_element_because_it_is_contained_in_a_read_only_file);
InlineRename\InlineRenameSession.cs (1)
160throw new InvalidOperationException(EditorFeaturesResources.The_triggerSpan_is_not_included_in_the_given_workspace);
InlineRename\Taggers\ClassificationFormatDefinitions.cs (1)
27this.DisplayName = EditorFeaturesResources.Inline_Rename_Field_Text;
InlineRename\UI\Adornment\RenameFlyout.xaml.cs (6)
101public string RenameOverloads => EditorFeaturesResources.Include_overload_s; 102public string SearchInComments => EditorFeaturesResources.Include_comments; 103public string SearchInStrings => EditorFeaturesResources.Include_strings; 104public string ApplyRename => EditorFeaturesResources.Apply1; 105public string CancelRename => EditorFeaturesResources.Cancel; 106public string PreviewChanges => EditorFeaturesResources.Preview_changes1;
InlineRename\UI\Adornment\RenameFlyoutViewModel.cs (9)
96InlineRenameFileRenameInfo.TypeDoesNotMatchFileName => EditorFeaturesResources.Rename_file_name_doesnt_match, 97InlineRenameFileRenameInfo.TypeWithMultipleLocations => EditorFeaturesResources.Rename_file_partial_type, 98_ => EditorFeaturesResources.Rename_symbols_file 353StatusText = EditorFeaturesResources.The_new_name_is_not_a_valid_identifier; 377StatusText = string.Format(EditorFeaturesResources._0_unresolvable_conflict_s, unresolvedConflicts); 384StatusText = string.Format(EditorFeaturesResources._0_conflict_s_will_be_resolved, resolvableConflicts); 402SearchText = EditorFeaturesResources.Rename_will_update_1_reference_in_1_file; 406SearchText = string.Format(EditorFeaturesResources.Rename_will_update_0_references_in_1_file, referenceCount); 410SearchText = string.Format(EditorFeaturesResources.Rename_will_update_0_references_in_1_files, referenceCount, fileCount);
InlineRename\UndoManagerServiceFactory.cs (2)
52using var undoTransaction = undoHistory.CreateTransaction(EditorFeaturesResources.Start_Rename); 73using var undoTransaction = undoHistory.CreateTransaction(EditorFeaturesResources.Start_Rename);
IntelliSense\AsyncCompletion\CompletionSource.cs (1)
49[new ImageElement(Glyph.CompletionWarning.GetImageId(), EditorFeaturesResources.Warning_image_element)];
IntelliSense\AsyncCompletion\FilterSet.cs (3)
102EditorFeaturesResources.Expander_display_text, 104new ImageElement(addImageId, EditorFeaturesResources.Expander_image_element)); 130new ImageElement(new ImageId(imageId.Guid, imageId.Id), EditorFeaturesResources.Filter_image_element));
IntelliSense\NavigationActionFactory.cs (2)
57using var context = operationExecutor.BeginExecute(EditorFeaturesResources.IntelliSense, EditorFeaturesResources.Navigating, allowCancellation: true, showProgress: false);
Intents\DeleteParameterIntentProvider.cs (1)
62return [new IntentProcessorResult(changeSignatureResult.UpdatedSolution, changedDocuments, EditorFeaturesResources.Change_Signature, WellKnownIntents.DeleteParameter)];
Intents\RenameIntentProvider.cs (1)
56return [new IntentProcessorResult(renameReplacementInfo.NewSolution, [.. renameReplacementInfo.DocumentIds], EditorFeaturesResources.Rename, WellKnownIntents.Rename)];
Interactive\CommandHandlers\ExecuteInInteractiveCommandHandler.cs (1)
38public string DisplayName => EditorFeaturesResources.Execute_In_Interactive;
Interactive\InteractiveCommandHandler.cs (1)
45public string DisplayName => EditorFeaturesResources.Interactive;
Interactive\InteractiveEvaluator.cs (2)
150=> _lazyInteractiveWindow ?? throw new InvalidOperationException(EditorFeaturesResources.Engine_must_be_attached_to_an_Interactive_Window); 153=> _lazyInteractiveCommands ?? throw new InvalidOperationException(EditorFeaturesResources.Engine_must_be_attached_to_an_Interactive_Window);
Interactive\InteractiveGlobalUndoServiceFactory.cs (1)
49throw new ArgumentException(EditorFeaturesResources.Given_Workspace_doesn_t_support_Undo);
Interactive\InteractivePasteCommandHandler.cs (2)
59public string DisplayName => EditorFeaturesResources.Paste_in_Interactive; 110using var transaction = _textUndoHistoryRegistry.GetHistory(textView.TextBuffer).CreateTransaction(EditorFeaturesResources.Paste);
LanguageServer\AbstractInProcLanguageClient.cs (1)
265initializationFailureContext.FailureMessage = string.Format(EditorFeaturesResources.Language_client_initialization_failed,
NavigableSymbols\NavigableSymbolService.NavigableSymbol.cs (1)
60EditorFeaturesResources.Navigating_to_definition,
NavigateTo\NavigateToHelpers.cs (2)
49EditorFeaturesResources.Navigating_to_definition, EditorFeaturesResources.Navigating_to_definition, allowCancellation: true, showProgress: false);
Navigation\AbstractDefinitionLocationService.cs (4)
99? string.Format(EditorFeaturesResources._0_declarations, symbolDisplayName) 100: string.Format(EditorFeaturesResources._0_declarations_and_interceptors, symbolDisplayName); 155var title = string.Format(EditorFeaturesResources._0_implemented_members, 214var title = string.Format(EditorFeaturesResources._0_intercepted_locations,
NavigationBar\NavigationBarController.cs (2)
277EditorFeaturesResources.Navigation_Bars, 278EditorFeaturesResources.Refreshing_navigation_bars,
Organizing\OrganizeDocumentCommandHandler.cs (3)
48public string DisplayName => EditorFeaturesResources.Organize_Document; 51=> GetCommandState(args, _ => EditorFeaturesResources.Organize_Document, needsSemantics: true); 134EditorFeaturesResources.Organizing_document,
PasteTracking\PasteTrackingPasteCommandHandler.cs (1)
31public string DisplayName => EditorFeaturesResources.Paste_Tracking;
Peek\DefinitionPeekableItem.cs (1)
64callback.ReportFailure(new Exception(EditorFeaturesResources.No_information_found));
Peek\PeekableItemSource.cs (2)
64_uiThreadOperationExecutor.Execute(EditorFeaturesResources.Peek, EditorFeaturesResources.Loading_Peek_information, allowCancellation: true, showProgress: false, action: context =>
Preview\AbstractPreviewFactoryService.cs (11)
160string.Format(EditorFeaturesResources.Adding_reference_0_to_1, metadataReference.Display, oldProject.Name))); 167string.Format(EditorFeaturesResources.Removing_reference_0_from_1, metadataReference.Display, oldProject.Name))); 174string.Format(EditorFeaturesResources.Adding_reference_0_to_1, newSolution.GetRequiredProject(projectReference.ProjectId).Name, oldProject.Name))); 181string.Format(EditorFeaturesResources.Removing_reference_0_from_1, oldSolution.GetRequiredProject(projectReference.ProjectId).Name, oldProject.Name))); 188string.Format(EditorFeaturesResources.Adding_analyzer_reference_0_to_1, analyzer.Display, oldProject.Name))); 195string.Format(EditorFeaturesResources.Removing_analyzer_reference_0_from_1, analyzer.Display, oldProject.Name))); 203string.Format(EditorFeaturesResources.Adding_project_0, project.Name))); 210string.Format(EditorFeaturesResources.Removing_project_0, project.Name))); 217string.Format(EditorFeaturesResources.Changing_project_references_for_0, projectChanges.OldProject.Name))); 257var firstLine = string.Format(EditorFeaturesResources.Adding_0_to_1_with_content_colon, 329var firstLine = string.Format(EditorFeaturesResources.Removing_0_from_1_with_content_colon,
PreviewWarningTagDefinition.cs (1)
28this.DisplayName = EditorFeaturesResources.Preview_Warning;
QuickInfo\OnTheFlyDocsView.xaml.cs (9)
72public string OnTheFlyDocumentation => EditorFeaturesResources.On_the_fly_documentation; 90? ToUIElement(new ContainerElement(ContainerElementStyle.Wrapped, new ClassifiedTextElement([new ClassifiedTextRun(ClassificationTypeNames.Text, EditorFeaturesResources.Describe_with_Copilot_is_unavailable_since_the_referenced_document_is_excluded_by_your_organization)]))) 91: ClassifiedTextElement.CreateHyperlink(EditorFeaturesResources.Describe_with_Copilot, EditorFeaturesResources.Generate_summary_with_Copilot, () => RequestResults()); 106ClassificationTypeDefinitions.ReducedEmphasisText, EditorFeaturesResources.Copilot_thinking)), 125ClassifiedTextElement.CreatePlainText(EditorFeaturesResources.Copilot), 133EditorFeaturesResources.Chat_limit_reached_upgrade_now_or_wait_for_the_limit_to_reset, 141EditorFeaturesResources.Chat_limit_reached_upgrade_now_or_wait_for_the_limit_to_reset)]; 221SetResultText(EditorFeaturesResources.An_error_occurred_while_generating_documentation_for_this_code);
ReferenceHighlighting\DefinitionHighlightTagDefinition.cs (1)
29this.DisplayName = EditorFeaturesResources.Highlighted_Definition;
ReferenceHighlighting\NavigateToHighlightReferenceCommandHandler.cs (1)
39public string DisplayName => EditorFeaturesResources.Navigate_To_Highlight_Reference;
ReferenceHighlighting\WrittenReferenceHighlightTagDefinition.cs (1)
27this.DisplayName = EditorFeaturesResources.Highlighted_Written_Reference;
RenameTracking\RenameTrackingCancellationCommandHandler.cs (1)
34public string DisplayName => EditorFeaturesResources.Rename_Tracking_Cancellation;
RenameTracking\RenameTrackingTagDefinition.cs (1)
28this.DisplayName = EditorFeaturesResources.Rename_Tracking;
RenameTracking\RenameTrackingTaggerProvider.RenameTrackingCodeAction.cs (2)
95?.SendNotification(EditorFeaturesResources.The_rename_tracking_session_was_cancelled_and_is_no_longer_available, severity: NotificationSeverity.Error); 125error.Value.message, EditorFeaturesResources.Rename_Symbol, error.Value.severity);
RenameTracking\RenameTrackingTaggerProvider.RenameTrackingCommitter.cs (5)
150return (NotificationSeverity.Error, EditorFeaturesResources.Rename_operation_was_cancelled_or_is_not_valid); 231using var localUndoTransaction = undoHistory.CreateTransaction(EditorFeaturesResources.Text_Buffer_Change); 237return (NotificationSeverity.Error, EditorFeaturesResources.Rename_operation_could_not_complete_due_to_external_change_to_workspace); 277return (NotificationSeverity.Error, EditorFeaturesResources.Rename_operation_could_not_complete_due_to_external_change_to_workspace); 282return (NotificationSeverity.Information, EditorFeaturesResources.Rename_operation_was_not_properly_completed_Some_file_might_not_have_been_updated);
Shared\Extensions\ITextSnapshotExtensions.cs (1)
72using (operationContext.AddScope(allowCancellation: true, EditorFeaturesResources.Waiting_for_background_work_to_finish))
Shared\Utilities\CaretPreservingEditTransaction.cs (2)
57throw new InvalidOperationException(EditorFeaturesResources.The_transaction_is_already_complete); 70throw new InvalidOperationException(EditorFeaturesResources.The_transaction_is_already_complete);
Shared\Utilities\VirtualTreePoint.cs (1)
55throw new InvalidOperationException(EditorFeaturesResources.Can_t_compare_positions_from_different_text_snapshots);
SignatureHelp\Controller.cs (1)
38public string DisplayName => EditorFeaturesResources.Signature_Help;
SignatureHelp\SignatureHelpBeforeCompletionCommandHandler.cs (1)
42public string DisplayName => EditorFeaturesResources.Signature_Help;
SplitComment\SplitCommentCommandHandler.cs (3)
45public string DisplayName => EditorFeaturesResources.Split_comment; 86using (context.OperationContext.AddScope(allowCancellation: true, EditorFeaturesResources.Split_comment)) 95EditorFeaturesResources.Split_comment, textView, _undoHistoryRegistry, _editorOperationsFactoryService);
Structure\OutliningCommandHandler.cs (1)
24public string DisplayName => EditorFeaturesResources.Outlining;
Suggestions\FixAll\FixAllGetFixesService.cs (1)
23string.Format(EditorFeaturesResources.Preview_Changes_0, fixAllPreviewChangesTitle),
Suggestions\PreviewChanges\PreviewChangesCodeAction.cs (3)
31public override string Title => EditorFeaturesResources.Preview_changes2; 50EditorFeaturesResources.Preview_Changes, 53EditorFeaturesResources.Changes,
Suggestions\RefineUsingCopilot\RefineUsingCopilotCodeAction.cs (1)
33public override string Title => EditorFeaturesResources.Refine_using_Copilot;
Suggestions\SuggestedActions\SuggestedAction.cs (2)
123EditorFeaturesResources.Execute_Suggested_Action, CodeAction.Title, allowCancellation: true, showProgress: true); 170progressTracker.Report(CodeAnalysisProgress.Description(EditorFeaturesResources.Applying_changes));
TextStructureNavigation\AbstractTextStructureNavigatorProvider.TextStructureNavigator.cs (10)
51title: EditorFeaturesResources.Text_Navigation, 52defaultDescription: EditorFeaturesResources.Finding_word_extent, 109title: EditorFeaturesResources.Text_Navigation, 110defaultDescription: EditorFeaturesResources.Finding_enclosing_span, 141title: EditorFeaturesResources.Text_Navigation, 142defaultDescription: EditorFeaturesResources.Finding_enclosing_span, 177title: EditorFeaturesResources.Text_Navigation, 178defaultDescription: EditorFeaturesResources.Finding_span_of_next_sibling, 229title: EditorFeaturesResources.Text_Navigation, 230defaultDescription: EditorFeaturesResources.Finding_span_of_previous_sibling,