5 references to Resources
Microsoft.VisualStudio.LanguageServices.Xaml (5)
CodeFixes\RemoveUnnecessaryUsings\XamlRemoveUnnecessaryUsingsCodeFixProvider.cs (2)
49Resources.RemoveUnnecessaryNamespaces, 51nameof(Resources.RemoveUnnecessaryNamespaces)),
Features\OrganizeImports\XamlOrganizeImportsService.cs (2)
40return Resources.Sort_Namespaces; 48return Resources.RemoveAndSortNamespacesWithAccelerator;
Microsoft.VisualStudio.LanguageServices.Xaml.Resources.cs (1)
10internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(Resources)));