14 references to EditorFeaturesWpfResources
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
EditorTestCompositions.cs (1)
71typeof(EditorFeaturesWpfResources).Assembly);
Microsoft.CodeAnalysis.EditorFeatures.Wpf (13)
InlineRename\CommandHandlers\RenameCommandHandler.cs (1)
125message: string.Format(EditorFeaturesWpfResources.Error_performing_rename_0, ex.Message),
InlineRename\UI\Adornment\RenameFlyout.xaml.cs (1)
90public string SubmitText => EditorFeaturesWpfResources.Enter_to_rename_shift_enter_to_preview;
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (1)
356message: string.Format(EditorFeaturesWpfResources.Error_performing_rename_0, ex.Message),
Interactive\InteractiveCommandHandler.cs (2)
62using (context.OperationContext.AddScope(allowCancellation: true, EditorFeaturesWpfResources.Executing_selection_in_Interactive_Window)) 108EditorFeaturesWpfResources.Copying_selection_to_Interactive_Window))
Interactive\InteractiveEvaluator.cs (2)
134throw new NotSupportedException(EditorFeaturesWpfResources.The_CurrentWindow_property_may_only_be_assigned_once); 219window.WriteLine(EditorFeaturesWpfResources.Resetting_execution_engine);
Interactive\InteractiveWindowResetCommand.cs (3)
48=> EditorFeaturesWpfResources.Reset_the_execution_environment_to_the_initial_state_keep_history; 63yield return new KeyValuePair<string, string>(NoConfigParameterName, EditorFeaturesWpfResources.Reset_to_a_clean_environment_only_mscorlib_referenced_do_not_run_initialization_script); 64yield return new KeyValuePair<string, string>(PlatformNames, EditorFeaturesWpfResources.Interactive_host_process_platform);
Interactive\ResetInteractive.cs (2)
52var context = uiThreadOperationExecutor.BeginExecute(title, EditorFeaturesWpfResources.Building_Project, allowCancellation: true, showProgress: false); 105using var scope = uiThreadOperationContext.AddScope(allowCancellation: true, EditorFeaturesWpfResources.Resetting_Interactive);
Microsoft.CodeAnalysis.EditorFeaturesWpfResources.cs (1)
10internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(EditorFeaturesWpfResources)));