406 references to EditorFeaturesResources
Microsoft.CodeAnalysis.CSharp.EditorFeatures (3)
BlockCommentEditing\BlockCommentEditingCommandHandler.cs (2)
53public string DisplayName => EditorFeaturesResources.Block_Comment_Editing; 74using var transaction = _undoHistoryRegistry.GetHistory(textView.TextBuffer).CreateTransaction(EditorFeaturesResources.Insert_new_line);
BlockCommentEditing\CloseBlockCommentCommandHandler.cs (1)
27public string DisplayName => EditorFeaturesResources.Block_Comment_Editing;
Microsoft.CodeAnalysis.EditorFeatures (281)
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);
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 (75)
34this.DisplayName = EditorFeaturesResources.Preprocessor_Text; 52this.DisplayName = EditorFeaturesResources.Punctuation; 71this.DisplayName = EditorFeaturesResources.String_Verbatim; 89this.DisplayName = EditorFeaturesResources.String_Escape_Character; 110this.DisplayName = EditorFeaturesResources.Keyword_Control; 130this.DisplayName = EditorFeaturesResources.Operator_Overloaded; 149this.DisplayName = EditorFeaturesResources.Reassigned_variable; 168this.DisplayName = EditorFeaturesResources.Obsolete_symbol; 187this.DisplayName = EditorFeaturesResources.Symbol_Static; 227this.DisplayName = EditorFeaturesResources.User_Types_Classes; 247this.DisplayName = EditorFeaturesResources.User_Types_Records; 266this.DisplayName = EditorFeaturesResources.User_Types_Record_Structs; 285this.DisplayName = EditorFeaturesResources.User_Types_Delegates; 305this.DisplayName = EditorFeaturesResources.User_Types_Enums; 325this.DisplayName = EditorFeaturesResources.User_Types_Interfaces; 344this.DisplayName = EditorFeaturesResources.User_Types_Modules; 364this.DisplayName = EditorFeaturesResources.User_Types_Structures; 384this.DisplayName = EditorFeaturesResources.User_Types_Type_Parameters; 404this.DisplayName = EditorFeaturesResources.User_Types_Arrays; 423this.DisplayName = EditorFeaturesResources.User_Types_Pointers; 442this.DisplayName = EditorFeaturesResources.User_Types_Function_Pointers; 461=> this.DisplayName = EditorFeaturesResources.User_Members_Fields; 478=> this.DisplayName = EditorFeaturesResources.User_Members_Enum_Members; 495=> this.DisplayName = EditorFeaturesResources.User_Members_Constants; 513this.DisplayName = EditorFeaturesResources.User_Members_Locals; 533this.DisplayName = EditorFeaturesResources.User_Members_Parameters; 553this.DisplayName = EditorFeaturesResources.User_Members_Methods; 573this.DisplayName = EditorFeaturesResources.User_Members_Extension_Methods; 592=> this.DisplayName = EditorFeaturesResources.User_Members_Properties; 608=> this.DisplayName = EditorFeaturesResources.User_Members_Events; 624=> this.DisplayName = EditorFeaturesResources.User_Members_Namespaces; 641=> this.DisplayName = EditorFeaturesResources.User_Members_Labels; 658this.DisplayName = EditorFeaturesResources.XML_Doc_Comments_Attribute_Name; 676this.DisplayName = EditorFeaturesResources.XML_Doc_Comments_Attribute_Quotes; 696this.DisplayName = EditorFeaturesResources.XML_Doc_Comments_Attribute_Value; 714this.DisplayName = EditorFeaturesResources.XML_Doc_Comments_CData_Section; 732this.DisplayName = EditorFeaturesResources.XML_Doc_Comments_Comment; 750this.DisplayName = EditorFeaturesResources.XML_Doc_Comments_Delimiter; 768this.DisplayName = EditorFeaturesResources.XML_Doc_Comments_Entity_Reference; 786this.DisplayName = EditorFeaturesResources.XML_Doc_Comments_Name; 804this.DisplayName = EditorFeaturesResources.XML_Doc_Comments_Processing_Instruction; 822this.DisplayName = EditorFeaturesResources.XML_Doc_Comments_Text; 841this.DisplayName = EditorFeaturesResources.Roslyn_Test_Code; 859this.DisplayName = EditorFeaturesResources.Roslyn_Test_Code_Markup; 879this.DisplayName = EditorFeaturesResources.Regex_Comment; 897this.DisplayName = EditorFeaturesResources.Regex_Character_Class; 915this.DisplayName = EditorFeaturesResources.Regex_Anchor; 933this.DisplayName = EditorFeaturesResources.Regex_Quantifier; 951this.DisplayName = EditorFeaturesResources.Regex_Grouping; 969this.DisplayName = EditorFeaturesResources.Regex_Alternation; 987this.DisplayName = EditorFeaturesResources.Regex_Text; 1005this.DisplayName = EditorFeaturesResources.Regex_SelfEscapedCharacter; 1027this.DisplayName = EditorFeaturesResources.Regex_OtherEscape; 1047=> this.DisplayName = EditorFeaturesResources.JSON_in_string_literal_Comment; 1061=> this.DisplayName = EditorFeaturesResources.JSON_in_string_literal_Number; 1075=> this.DisplayName = EditorFeaturesResources.JSON_in_string_literal_String; 1089=> this.DisplayName = EditorFeaturesResources.JSON_in_string_literal_Keyword; 1103=> this.DisplayName = EditorFeaturesResources.JSON_in_string_literal_Text; 1117=> this.DisplayName = EditorFeaturesResources.JSON_in_string_literal_Operator; 1131=> this.DisplayName = EditorFeaturesResources.JSON_in_string_literal_Punctuation; 1145=> this.DisplayName = EditorFeaturesResources.JSON_in_string_literal_Object; 1159=> this.DisplayName = EditorFeaturesResources.JSON_in_string_literal_Array; 1173=> this.DisplayName = EditorFeaturesResources.JSON_in_string_literal_Property_Name; 1187=> this.DisplayName = EditorFeaturesResources.JSON_in_string_literal_Constructor_Name; 1203this.DisplayName = EditorFeaturesResources.VB_XML_Literals_Attribute_Name; 1220this.DisplayName = EditorFeaturesResources.VB_XML_Literals_Attribute_Quotes; 1237this.DisplayName = EditorFeaturesResources.VB_XML_Literals_Attribute_Value; 1254this.DisplayName = EditorFeaturesResources.VB_XML_Literals_CData_Section; 1271this.DisplayName = EditorFeaturesResources.VB_XML_Literals_Comment; 1288this.DisplayName = EditorFeaturesResources.VB_XML_Literals_Delimiter; 1305this.DisplayName = EditorFeaturesResources.VB_XML_Literals_Embedded_Expression; 1323this.DisplayName = EditorFeaturesResources.VB_XML_Literals_Entity_Reference; 1340this.DisplayName = EditorFeaturesResources.VB_XML_Literals_Name; 1357this.DisplayName = EditorFeaturesResources.VB_XML_Literals_Processing_Instruction; 1374this.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; 208using var transaction = _undoHistoryRegistry.GetHistory(args.TextView.TextBuffer).CreateTransaction(EditorFeaturesResources.Insert_new_line); 251using (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); 237EditorFeaturesResources.Extract_method_encountered_the_following_issues + Environment.NewLine + 239title: EditorFeaturesResources.Extract_Method, 251EditorFeaturesResources.Extract_method_encountered_the_following_issues + Environment.NewLine + 253EditorFeaturesResources.Do_you_still_want_to_proceed_This_may_produce_broken_code, 254title: EditorFeaturesResources.Extract_Method,
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);
GoOrFind\AbstractGoOrFindNavigationService.cs (1)
275EditorFeaturesResources.The_results_may_be_incomplete_due_to_the_solution_still_loading_projects, NotificationSeverity.Information, cancellationToken).ConfigureAwait(false);
GoOrFind\FindReferences\FindReferencesNavigationService.cs (1)
32public override string DisplayName => EditorFeaturesResources.Find_References;
GoOrFind\GoToBase\GoToBaseNavigationService.cs (1)
34public override string DisplayName => EditorFeaturesResources.Go_To_Base;
GoOrFind\GoToImplementation\GoToImplementationNavigationService.cs (1)
33public override string DisplayName => EditorFeaturesResources.Go_To_Implementation;
GoToDefinition\GoToDefinitionCommandHandler.cs (3)
42public string DisplayName => EditorFeaturesResources.Go_to_Definition; 115EditorFeaturesResources.Navigating_to_definition)) 147FeaturesResources.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,
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)
23public string DisplayName => EditorFeaturesResources.Rename;
InlineRename\CommandHandlers\AbstractRenameCommandHandler_RenameHandler.cs (2)
92EditorFeaturesResources.Finding_token_to_rename); 140notificationService.SendNotification(message, title: EditorFeaturesResources.Rename, severity: NotificationSeverity.Error);
InlineRename\CommandHandlers\RenameCommandHandler.cs (1)
82notificationService?.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)
65throw new InvalidOperationException(EditorFeaturesResources.An_active_inline_rename_session_is_still_active_Complete_it_before_starting_a_new_one); 140return new InlineRenameSessionInfo(EditorFeaturesResources.You_cannot_rename_this_element_because_it_is_in_a_location_that_cannot_be_navigated_to); 149return new InlineRenameSessionInfo(EditorFeaturesResources.You_cannot_rename_this_element_because_it_is_contained_in_a_read_only_file);
InlineRename\InlineRenameSession.cs (13)
150throw new InvalidOperationException(EditorFeaturesResources.The_triggerSpan_is_not_included_in_the_given_workspace); 374throw new InvalidOperationException(EditorFeaturesResources.This_session_has_already_been_dismissed); 773_triggerView, TriggerSpan, EditorFeaturesResources.Computing_Rename_information, 813string.Format(EditorFeaturesResources.Preview_Changes_0, EditorFeaturesResources.Rename), 815string.Format(EditorFeaturesResources.Rename_0_to_1_colon, this.OriginalSymbolName, this.ReplacementText), 829using var _1 = operationContext.AddScope(allowCancellation: true, EditorFeaturesResources.Updating_files); 840using var _2 = operationContext.AddScope(allowCancellation: false, EditorFeaturesResources.Updating_files); 854error.Value.message, EditorFeaturesResources.Rename_Symbol, error.Value.severity); 896using var undoTransaction = Workspace.OpenGlobalUndoTransaction(EditorFeaturesResources.Inline_Rename); 899return (NotificationSeverity.Error, EditorFeaturesResources.Rename_operation_was_cancelled_or_is_not_valid); 907return (NotificationSeverity.Error, EditorFeaturesResources.Rename_operation_could_not_complete_due_to_external_change_to_workspace); 922return (NotificationSeverity.Information, EditorFeaturesResources.Rename_operation_was_not_properly_completed_Some_file_might_not_have_been_updated);
InlineRename\Taggers\ClassificationFormatDefinitions.cs (1)
27this.DisplayName = EditorFeaturesResources.Inline_Rename_Field_Text;
InlineRename\UI\Adornment\RenameFlyout.xaml.cs (6)
106public string RenameOverloads => EditorFeaturesResources.Include_overload_s; 107public string SearchInComments => EditorFeaturesResources.Include_comments; 108public string SearchInStrings => EditorFeaturesResources.Include_strings; 109public string ApplyRename => EditorFeaturesResources.Apply1; 110public string CancelRename => EditorFeaturesResources.Cancel; 111public string PreviewChanges => EditorFeaturesResources.Preview_changes1;
InlineRename\UI\Adornment\RenameFlyoutViewModel.cs (9)
102InlineRenameFileRenameInfo.TypeDoesNotMatchFileName => EditorFeaturesResources.Rename_file_name_doesnt_match, 103InlineRenameFileRenameInfo.TypeWithMultipleLocations => EditorFeaturesResources.Rename_file_partial_type, 104_ => EditorFeaturesResources.Rename_symbols_file 362StatusText = EditorFeaturesResources.The_new_name_is_not_a_valid_identifier; 386StatusText = string.Format(EditorFeaturesResources._0_unresolvable_conflict_s, unresolvedConflicts); 393StatusText = string.Format(EditorFeaturesResources._0_conflict_s_will_be_resolved, resolvableConflicts); 410SearchText = EditorFeaturesResources.Rename_will_update_1_reference_in_1_file; 414SearchText = string.Format(EditorFeaturesResources.Rename_will_update_0_references_in_1_file, referenceCount); 418SearchText = string.Format(EditorFeaturesResources.Rename_will_update_0_references_in_1_files, referenceCount, fileCount);
InlineRename\UndoManagerServiceFactory.cs (2)
51using var undoTransaction = undoHistory.CreateTransaction(EditorFeaturesResources.Start_Rename); 72using 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);
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)
240initializationFailureContext.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)
100? string.Format(EditorFeaturesResources._0_declarations, symbolDisplayName) 101: string.Format(EditorFeaturesResources._0_declarations_and_interceptors, symbolDisplayName); 156var title = string.Format(EditorFeaturesResources._0_implemented_members, 215var title = string.Format(EditorFeaturesResources._0_intercepted_locations,
NavigationBar\NavigationBarController.cs (2)
277EditorFeaturesResources.Navigation_Bars, 278EditorFeaturesResources.Refreshing_navigation_bars,
Organizing\OrganizeDocumentCommandHandler.cs (3)
47public string DisplayName => EditorFeaturesResources.Organize_Document; 50=> GetCommandState(args, _ => EditorFeaturesResources.Organize_Document, needsSemantics: true); 133EditorFeaturesResources.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)
161string.Format(EditorFeaturesResources.Adding_reference_0_to_1, metadataReference.Display, oldProject.Name))); 168string.Format(EditorFeaturesResources.Removing_reference_0_from_1, metadataReference.Display, oldProject.Name))); 175string.Format(EditorFeaturesResources.Adding_reference_0_to_1, newSolution.GetRequiredProject(projectReference.ProjectId).Name, oldProject.Name))); 182string.Format(EditorFeaturesResources.Removing_reference_0_from_1, oldSolution.GetRequiredProject(projectReference.ProjectId).Name, oldProject.Name))); 189string.Format(EditorFeaturesResources.Adding_analyzer_reference_0_to_1, analyzer.Display, oldProject.Name))); 196string.Format(EditorFeaturesResources.Removing_analyzer_reference_0_from_1, analyzer.Display, oldProject.Name))); 204string.Format(EditorFeaturesResources.Adding_project_0, project.Name))); 211string.Format(EditorFeaturesResources.Removing_project_0, project.Name))); 218string.Format(EditorFeaturesResources.Changing_project_references_for_0, projectChanges.OldProject.Name))); 258var firstLine = string.Format(EditorFeaturesResources.Adding_0_to_1_with_content_colon, 325var firstLine = string.Format(EditorFeaturesResources.Removing_0_from_1_with_content_colon,
PreviewWarningTagDefinition.cs (1)
28this.DisplayName = EditorFeaturesResources.Preview_Warning;
QuickInfo\OnTheFlyDocsView.xaml.cs (9)
70public string OnTheFlyDocumentation => EditorFeaturesResources.On_the_fly_documentation; 93? ToUIElement(new ContainerElement(ContainerElementStyle.Wrapped, new ClassifiedTextElement([new ClassifiedTextRun(ClassificationTypeNames.Text, EditorFeaturesResources.Describe_is_unavailable_since_the_referenced_document_is_excluded_by_your_organization)]))) 94: ClassifiedTextElement.CreateHyperlink(EditorFeaturesResources.Describe, EditorFeaturesResources.Generate_summary_with_Copilot, () => RequestResults()); 109ClassificationTypeDefinitions.ReducedEmphasisText, EditorFeaturesResources.Copilot_thinking)), 128ClassifiedTextElement.CreatePlainText(EditorFeaturesResources.Copilot), 136EditorFeaturesResources.Chat_limit_reached_upgrade_now_or_wait_for_the_limit_to_reset, 144EditorFeaturesResources.Chat_limit_reached_upgrade_now_or_wait_for_the_limit_to_reset)]; 229SetResultText(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)
96?.SendNotification(EditorFeaturesResources.The_rename_tracking_session_was_cancelled_and_is_no_longer_available, severity: NotificationSeverity.Error); 126error.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)
43public string DisplayName => EditorFeaturesResources.Split_comment; 84using (context.OperationContext.AddScope(allowCancellation: true, EditorFeaturesResources.Split_comment)) 93EditorFeaturesResources.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)
23public override string Title => EditorFeaturesResources.Preview_changes2; 42EditorFeaturesResources.Preview_Changes, 45EditorFeaturesResources.Changes,
Suggestions\RefineUsingCopilot\RefineUsingCopilotCodeAction.cs (1)
30public override string Title => EditorFeaturesResources.Refine_using_Copilot;
Suggestions\SuggestedActions\EditorSuggestedAction.cs (2)
108EditorFeaturesResources.Execute_Suggested_Action, CodeAction.Title, allowCancellation: true, showProgress: true); 155progressTracker.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,
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
EditorTestCompositions.cs (1)
62typeof(EditorFeaturesResources).Assembly,
Microsoft.CodeAnalysis.ExternalAccess.Debugger (1)
DebuggerFindReferencesService.cs (1)
38var (context, _) = streamingPresenter.StartSearch(EditorFeaturesResources.Find_References, new StreamingFindUsagesPresenterOptions { SupportsReferences = true });
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Internal\Editor\FSharpNavigationBarItemService.cs (1)
82notificationService.SendNotification(EditorFeaturesResources.The_definition_of_the_object_is_hidden, severity: NotificationSeverity.Error);
Microsoft.VisualStudio.LanguageServices (57)
CallHierarchy\CallHierarchyCommandHandler.cs (3)
47=> EditorFeaturesResources.Call_Hierarchy; 75EditorFeaturesResources.Call_Hierarchy, ServicesVSResources.Navigating, allowCancellation: true, showProgress: false)) 99notificationService.SendNotification(EditorFeaturesResources.Cursor_must_be_on_a_member_name, severity: NotificationSeverity.Information);
CallHierarchy\CallHierarchyDetail.cs (1)
67EditorFeaturesResources.Call_Hierarchy, ServicesVSResources.Navigating, allowCancellation: true, showProgress: false);
CallHierarchy\CallHierarchyItem.cs (1)
142EditorFeaturesResources.Call_Hierarchy, ServicesVSResources.Navigating, allowCancellation: true, showProgress: false);
CallHierarchy\CallHierarchyProvider.cs (2)
93return new FieldInitializerItem(EditorFeaturesResources.Initializers, 94"__" + EditorFeaturesResources.Initializers,
CallHierarchy\Finders\AbstractCallFinder.cs (1)
72completionErrorMessage = EditorFeaturesResources.Canceled;
CallHierarchy\Finders\BaseMemberFinder.cs (1)
22_text = string.Format(EditorFeaturesResources.Calls_To_Base_Member_0, symbol.ToDisplayString());
CallHierarchy\Finders\CallToOverrideFinder.cs (1)
21public override string DisplayName => EditorFeaturesResources.Calls_To_Overrides;
CallHierarchy\Finders\FieldReferenceFinder.cs (1)
26return string.Format(EditorFeaturesResources.References_To_Field_0, SymbolName);
CallHierarchy\Finders\ImplementerFinder.cs (1)
29return string.Format(EditorFeaturesResources.Implements_0, SymbolName);
CallHierarchy\Finders\InterfaceImplementationCallFinder.cs (1)
23_text = string.Format(EditorFeaturesResources.Calls_To_Interface_Implementation_0, symbol.ToDisplayString());
CallHierarchy\Finders\MethodCallFinder.cs (1)
27return string.Format(EditorFeaturesResources.Calls_To_0, SymbolName);
CallHierarchy\Finders\OverridingMemberFinder.cs (1)
25public override string DisplayName => EditorFeaturesResources.Overrides_;
ChangeSignature\AddParameterDialog.xaml.cs (1)
20public string Cancel { get { return EditorFeaturesResources.Cancel; } }
ChangeSignature\ChangeSignatureDialog.xaml.cs (2)
27public static string ChangeSignatureDialogTitle { get { return EditorFeaturesResources.Change_Signature; } } 36public static string Cancel { get { return EditorFeaturesResources.Cancel; } }
CodeCleanup\AbstractCodeCleanUpFixer.cs (2)
173using (var scope = context.OperationContext.AddScope(allowCancellation: true, EditorFeaturesResources.Waiting_for_background_work_to_finish)) 180using (var scope = context.OperationContext.AddScope(allowCancellation: true, description: EditorFeaturesResources.Applying_changes))
EditorConfigSettings\DataProvider\CodeStyle\CommonCodeStyleSettingsProvider.cs (10)
69var trueValueDescription = EditorFeaturesResources.Prefer_this_or_Me; 70var falseValueDescription = EditorFeaturesResources.Do_not_prefer_this_or_Me; 72yield return CodeStyleSetting.Create(CodeStyleOptions2.QualifyFieldAccess, EditorFeaturesResources.Qualify_field_access_with_this_or_Me, options, updater, trueValueDescription, falseValueDescription); 73yield return CodeStyleSetting.Create(CodeStyleOptions2.QualifyPropertyAccess, EditorFeaturesResources.Qualify_property_access_with_this_or_Me, options, updater, trueValueDescription, falseValueDescription); 74yield return CodeStyleSetting.Create(CodeStyleOptions2.QualifyMethodAccess, EditorFeaturesResources.Qualify_method_access_with_this_or_Me, options, updater, trueValueDescription, falseValueDescription); 75yield return CodeStyleSetting.Create(CodeStyleOptions2.QualifyEventAccess, EditorFeaturesResources.Qualify_event_access_with_this_or_Me, options, updater, trueValueDescription, falseValueDescription); 91yield return CodeStyleSetting.Create(CodeStyleOptions2.PreferIsNullCheckOverReferenceEqualityMethod, EditorFeaturesResources.Prefer_is_null_for_reference_equality_checks, options, updater); 131yield return CodeStyleSetting.Create(CodeStyleOptions2.ArithmeticBinaryParentheses, EditorFeaturesResources.In_arithmetic_binary_operators, options, updater, enumValues, valueDescriptions); 132yield return CodeStyleSetting.Create(CodeStyleOptions2.OtherBinaryParentheses, EditorFeaturesResources.In_other_binary_operators, options, updater, enumValues, valueDescriptions); 133yield return CodeStyleSetting.Create(CodeStyleOptions2.RelationalBinaryParentheses, EditorFeaturesResources.In_relational_binary_operators, options, updater, enumValues, valueDescriptions);
EditorConfigSettings\DataProvider\Whitespace\CommonWhitespaceSettingsProvider.cs (5)
43yield return Setting.Create(FormattingOptions2.UseTabs, EditorFeaturesResources.Use_Tabs, options, updater); 44yield return Setting.Create(FormattingOptions2.TabSize, EditorFeaturesResources.Tab_Size, options, updater); 45yield return Setting.Create(FormattingOptions2.IndentationSize, EditorFeaturesResources.Indentation_Size, options, updater); 46yield return Setting.Create(FormattingOptions2.NewLine, EditorFeaturesResources.New_Line, options, updater); 47yield return Setting.Create(FormattingOptions2.InsertFinalNewLine, EditorFeaturesResources.Insert_Final_Newline, options, updater);
ExtractClass\ExtractClassDialog.xaml.cs (1)
19public string Cancel => EditorFeaturesResources.Cancel;
ExtractInterface\ExtractInterfaceDialog.xaml.cs (2)
22public string ExtractInterfaceDialogTitle { get { return EditorFeaturesResources.Extract_Interface; } } 28public string Cancel { get { return EditorFeaturesResources.Cancel; } }
FindReferences\FindReferencesTableControlEventProcessorProvider.cs (2)
80EditorFeaturesResources.IntelliSense, 81EditorFeaturesResources.Navigating,
GenerateType\GenerateTypeDialog.xaml.cs (1)
33public string Cancel { get { return EditorFeaturesResources.Cancel; } }
InheritanceMargin\MarginGlyph\InheritanceMarginContextMenu.xaml.cs (2)
62title: EditorFeaturesResources.Navigating, 75string.Format(CultureInfo.InvariantCulture, EditorFeaturesResources._0_declarations, viewModel.DisplayContent),
InlineRename\InlineRenameUndoManager.cs (2)
91var startRenameUndoPrimitive = new RenameUndoPrimitive(EditorFeaturesResources.Start_Rename); 122compoundAction.OpenCompoundAction(EditorFeaturesResources.Start_Rename);
Library\ObjectBrowser\AbstractObjectBrowserLibraryManager.cs (1)
518var (context, cancellationToken) = presenter.StartSearch(EditorFeaturesResources.Find_References, new StreamingFindUsagesPresenterOptions { SupportsReferences = true });
Library\ObjectBrowser\ObjectList.cs (2)
744using var context = operationExecutor.BeginExecute(EditorFeaturesResources.IntelliSense, EditorFeaturesResources.Navigating, allowCancellation: true, showProgress: false);
MoveStaticMembers\MoveStaticMembersDialog.xaml.cs (1)
21public string Cancel => EditorFeaturesResources.Cancel;
MoveToNamespace\MoveToNamespaceDialog.xaml.cs (1)
23public string Cancel => EditorFeaturesResources.Cancel;
PickMembers\PickMembersDialog.xaml.cs (1)
36public string Cancel => EditorFeaturesResources.Cancel;
Preview\PreviewEngine.cs (2)
88pbstrConfirmation = EditorFeaturesResources.Apply2; 195pbstrTextViewDescription = EditorFeaturesResources.Preview_Code_Changes_colon;
PreviewPane\PreviewPaneService.cs (1)
103helpLinkToolTipText: (helpLinkUri != null) ? string.Format(EditorFeaturesResources.Get_help_for_0, data.Id) : null,
PullMemberUp\MainDialog\PullMemberUpDialog.xaml.cs (1)
21public string Cancel => EditorFeaturesResources.Cancel;
SyncNamespaces\SyncNamespacesCommandHandler.cs (1)
132title: EditorFeaturesResources.Preview_Changes,
UnusedReferences\Dialog\RemoveUnusedReferencesDialog.xaml.cs (1)
22public string Cancel => EditorFeaturesResources.Cancel;
Microsoft.VisualStudio.LanguageServices.CSharp (9)
EditorConfigSettings\DataProvider\CodeStyle\CSharpCodeStyleSettingsProvider.cs (2)
109valueDescriptions: [EditorFeaturesResources.Yes, EditorFeaturesResources.No, CSharpVSResources.When_on_multiple_lines]);
Options\AdvancedOptionPageStrings.cs (2)
79=> EditorFeaturesResources.Inline_Hints; 223=> EditorFeaturesResources.Outlining;
Options\Formatting\StyleViewModel.cs (3)
2314CodeStyleItems.Add(new BooleanCodeStyleOptionViewModel(CodeStyleOptions2.PreferIsNullCheckOverReferenceEqualityMethod, EditorFeaturesResources.Prefer_is_null_for_reference_equality_checks, s_preferIsNullOverReferenceEquals, s_preferIsNullOverReferenceEquals, this, optionStore, nullCheckingGroupTitle)); 2373new(EditorFeaturesResources.Yes, isChecked: false), 2374new(EditorFeaturesResources.No, isChecked: false),
SemanticSearch\SemanticSearchToolWindowImpl.cs (2)
449EditorFeaturesResources.Preview_Changes, 452EditorFeaturesResources.Changes,
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (48)
CallHierarchy\CSharpCallHierarchyTests.cs (48)
104testState.VerifyRoot(root, "N.C.Goo()", [string.Format(EditorFeaturesResources.Calls_To_0, "Goo")]); 105testState.VerifyResult(root, string.Format(EditorFeaturesResources.Calls_To_0, "Goo"), ["N.G.Main()", "N.G.Main2()"]); 144testState.VerifyRoot(root, "N.C.Goo()", [string.Format(EditorFeaturesResources.Calls_To_0, "Goo"), string.Format(EditorFeaturesResources.Calls_To_Interface_Implementation_0, "N.I.Goo()")]); 145testState.VerifyResult(root, string.Format(EditorFeaturesResources.Calls_To_0, "Goo"), ["N.G.Main2()"]); 146testState.VerifyResult(root, string.Format(EditorFeaturesResources.Calls_To_Interface_Implementation_0, "N.I.Goo()"), ["N.G.Main()"]); 180testState.VerifyRoot(root, "N.C.Goo()", [string.Format(EditorFeaturesResources.Calls_To_0, "Goo"), EditorFeaturesResources.Calls_To_Overrides]); 181testState.VerifyResult(root, string.Format(EditorFeaturesResources.Calls_To_0, "Goo"), ["N.D.Bar()"]); 182testState.VerifyResult(root, EditorFeaturesResources.Calls_To_Overrides, ["N.D.Baz()"]); 216testState.VerifyRoot(root, "N.D.Goo()", [string.Format(EditorFeaturesResources.Calls_To_0, "Goo"), string.Format(EditorFeaturesResources.Calls_To_Base_Member_0, "N.C.Goo()")]); 217testState.VerifyResult(root, string.Format(EditorFeaturesResources.Calls_To_0, "Goo"), ["N.D.Baz()"]); 218testState.VerifyResult(root, string.Format(EditorFeaturesResources.Calls_To_Base_Member_0, "N.C.Goo()"), ["N.D.Bar()"]); 237testState.VerifyRoot(root, "N.C.Goo()", [string.Format(EditorFeaturesResources.Calls_To_0, "Goo")]); 238testState.VerifyResultName(root, string.Format(EditorFeaturesResources.Calls_To_0, "Goo"), [EditorFeaturesResources.Initializers]); 257testState.VerifyRoot(root, "N.C.goo", [string.Format(EditorFeaturesResources.References_To_Field_0, "goo")]); 258testState.VerifyResult(root, string.Format(EditorFeaturesResources.References_To_Field_0, "goo"), ["N.C.Goo()"]); 286testState.VerifyRoot(root, "N.C.val.get", [string.Format(EditorFeaturesResources.Calls_To_0, "get_val")]); 287testState.VerifyResult(root, string.Format(EditorFeaturesResources.Calls_To_0, "get_val"), ["N.C.goo()"]); 313testState.VerifyRoot(root, "N.C.generic<T>(this string, ref T)", [string.Format(EditorFeaturesResources.Calls_To_0, "generic")]); 314testState.VerifyResult(root, string.Format(EditorFeaturesResources.Calls_To_0, "generic"), ["N.C.goo()"]); 343testState.VerifyRoot(root, "ConsoleApplication10.Extensions.BarString(this string)", [string.Format(EditorFeaturesResources.Calls_To_0, "BarString")]); 344testState.VerifyResult(root, string.Format(EditorFeaturesResources.Calls_To_0, "BarString"), ["ConsoleApplication10.Program.Main(string[])"]); 367testState.VerifyRoot(root, "System.Linq.Enumerable.Single<TSource>(this System.Collections.Generic.IEnumerable<TSource>)", [string.Format(EditorFeaturesResources.Calls_To_0, "Single")]); 368testState.VerifyResult(root, string.Format(EditorFeaturesResources.Calls_To_0, "Single"), ["N.Program.Main(string[])"]); 407testState.VerifyRoot(root, "N.I.Goo()", [string.Format(EditorFeaturesResources.Calls_To_0, "Goo"), string.Format(EditorFeaturesResources.Implements_0, "Goo")]); 408testState.VerifyResult(root, string.Format(EditorFeaturesResources.Calls_To_0, "Goo"), ["N.G.Main()"]); 409testState.VerifyResult(root, string.Format(EditorFeaturesResources.Implements_0, "Goo"), ["N.C.Goo()"]); 454testState.VerifyRoot(root, "N.C.Goo()", [string.Format(EditorFeaturesResources.Calls_To_0, "Goo"), EditorFeaturesResources.Overrides_]); 455testState.VerifyResult(root, EditorFeaturesResources.Overrides_, ["N.G.Goo()"]); 479testState.VerifyRoot(root, "Base.M()", [string.Format(EditorFeaturesResources.Calls_To_0, "M"), EditorFeaturesResources.Overrides_, EditorFeaturesResources.Calls_To_Overrides]); 480testState.VerifyResult(root, EditorFeaturesResources.Overrides_, ["Derived.M()"]); 507testState.VerifyRoot(root, "N.C.Goo()", [string.Format(EditorFeaturesResources.Calls_To_0, "Goo"),]); 508testState.VerifyResult(root, string.Format(EditorFeaturesResources.Calls_To_0, "Goo"), expectedCallers: ["N.C.M()"]); 529testState.VerifyRoot(root, "N.C.Property.set", [string.Format(EditorFeaturesResources.Calls_To_0, "set_Property")]); 530testState.VerifyResult(root, string.Format(EditorFeaturesResources.Calls_To_0, "set_Property"), ["N.C.M()"]); 551testState.VerifyRoot(root, "Class1.Class1(string)", [string.Format(EditorFeaturesResources.Calls_To_0, ".ctor")]); 552testState.VerifyResult(root, string.Format(EditorFeaturesResources.Calls_To_0, ".ctor"), ["D.M()"]); 583testState.VerifyRoot(root, "N.G.Boo()", [string.Format(EditorFeaturesResources.Calls_To_0, "Boo")]); 585testState.VerifyResult(root, string.Format(EditorFeaturesResources.Calls_To_0, "Boo"), ["N.G.Main()"]); 619testState.VerifyRoot(root, "N.C.Goo()", [string.Format(EditorFeaturesResources.Calls_To_0, "Goo")]); 621testState.VerifyResult(root, string.Format(EditorFeaturesResources.Calls_To_0, "Goo"), ["N.G.Main()"]);
Microsoft.VisualStudio.LanguageServices.Implementation (5)
Options\Style\AbstractCodeStyleOptionViewModel.cs (2)
82new CodeStylePreference(EditorFeaturesResources.Yes, isChecked: true), 83new CodeStylePreference(EditorFeaturesResources.No, isChecked: false),
Options\Style\NamingPreferences\ManageNamingStylesInfoDialog.xaml.cs (1)
22public string Cancel => EditorFeaturesResources.Cancel;
Options\Style\NamingPreferences\NamingStyles\NamingStyleDialog.xaml.cs (1)
28public string Cancel => EditorFeaturesResources.Cancel;
Options\Style\NamingPreferences\SymbolSpecification\SymbolSpecificationDialog.xaml.cs (1)
31public string Cancel => EditorFeaturesResources.Cancel;