15 references to CSharpEditorResources
Microsoft.CodeAnalysis.CSharp.EditorFeatures (15)
AddImports\CSharpAddImportsPasteCommandHandler.cs (2)
34public override string DisplayName => CSharpEditorResources.Add_Missing_Usings_on_Paste; 35protected override string DialogText => CSharpEditorResources.Adding_missing_usings;
artifacts\obj\Microsoft.CodeAnalysis.CSharp.EditorFeatures\Release\net472\Microsoft.CodeAnalysis.Editor.CSharp.CSharpEditorResources.cs (1)
10internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(CSharpEditorResources)));
CompleteStatement\CompleteStatementCommandHandler.cs (2)
71public string DisplayName => CSharpEditorResources.Complete_statement_on_semicolon; 83using var transaction = CaretPreservingEditTransaction.TryCreate(CSharpEditorResources.Complete_statement_on_semicolon, args.TextView, _textUndoHistoryRegistry, _editorOperationsFactoryService);
EventHookup\EventHookupCommandHandler_SessionCancellingCommands.cs (1)
16public string DisplayName => CSharpEditorResources.Generate_Event_Subscription;
EventHookup\EventHookupCommandHandler_TabKeyCommand.cs (1)
151CSharpEditorResources.Generating_event);
EventHookup\EventHookupSessionManager.cs (1)
83new ClassifiedTextRun(ClassificationTypeNames.Text, CSharpEditorResources.Press_TAB_to_insert),
FixInterpolatedVerbatimString\FixInterpolatedVerbatimStringCommandHandler.cs (1)
35public string DisplayName => CSharpEditorResources.Fix_interpolated_verbatim_string;
RawStringLiteral\RawStringLiteralCommandHandler.cs (1)
31public string DisplayName => CSharpEditorResources.Split_raw_string;
RawStringLiteral\RawStringLiteralCommandHandler_Return.cs (1)
183CSharpEditorResources.Split_raw_string, textView, _undoHistoryRegistry, _editorOperationsFactoryService);
RawStringLiteral\RawStringLiteralCommandHandler_TypeChar.cs (1)
66CSharpEditorResources.Grow_raw_string, textView, _undoHistoryRegistry, _editorOperationsFactoryService);
SplitStringLiteral\SplitStringLiteralCommandHandler.cs (2)
40public string DisplayName => CSharpEditorResources.Split_string; 92CSharpEditorResources.Split_string, textView, _undoHistoryRegistry, _editorOperationsFactoryService);
StringCopyPaste\StringCopyPasteCommandHandler.cs (1)
162CSharpEditorResources.Fixing_string_literal_after_paste,