2 references to ResourceManager
Microsoft.VisualStudio.LanguageServices.Implementation (2)
Microsoft.VisualStudio.LanguageServices.Implementation.SolutionExplorerShim.cs (1)
15
internal static string GetResourceString(string resourceKey, string defaultValue = null) =>
ResourceManager
.GetString(resourceKey, Culture);
SolutionExplorer\BrowseObjectAttributes.cs (1)
31
base.DisplayNameValue = SolutionExplorerShim.
ResourceManager
.GetString(m_key, CultureInfo.CurrentUICulture);