19 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)
81new 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)
182CSharpEditorResources.Split_raw_string, textView, _undoHistoryRegistry, _editorOperationsFactoryService);
RawStringLiteral\RawStringLiteralCommandHandler_TypeChar.cs (1)
65CSharpEditorResources.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)
158CSharpEditorResources.Fixing_string_literal_after_paste,
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
EditorTestCompositions.cs (1)
63typeof(CSharp.CSharpEditorResources).Assembly,
Microsoft.VisualStudio.LanguageServices.CSharp (3)
EditorConfigSettings\DataProvider\CodeStyle\CSharpCodeStyleSettingsProvider.cs (1)
75valueDescriptions: [CSharpVSResources.Inside_namespace, CSharpEditorResources.Outside_namespace]);
Options\Formatting\StyleViewModel.cs (2)
1512// {{CSharpEditorResources.Outside_namespace}} 2231new CodeStylePreference(CSharpEditorResources.Outside_namespace, isChecked: false),