7 references to ResourceManager
ILLink.CodeFixProvider (7)
artifacts\obj\ILLink.CodeFixProvider\Debug\netstandard2.0\ILLink.CodeFixProvider.Resources.cs (1)
15internal static string GetResourceString(string resourceKey, string defaultValue = null) => ResourceManager.GetString(resourceKey, Culture);
DynamicallyAccessedMembersCodeFixProvider.cs (1)
66private static LocalizableResourceString CodeFixTitle => new LocalizableResourceString(nameof(Resources.DynamicallyAccessedMembersCodeFixTitle), Resources.ResourceManager, typeof(Resources));
RequiresAssemblyFilesCodeFixProvider.cs (1)
27private protected override LocalizableString CodeFixTitle => new LocalizableResourceString(nameof(Resources.RequiresAssemblyFilesCodeFixTitle), Resources.ResourceManager, typeof(Resources));
RequiresDynamicCodeCodeFixProvider.cs (1)
24private protected override LocalizableString CodeFixTitle => new LocalizableResourceString(nameof(Resources.RequiresDynamicCodeCodeFixTitle), Resources.ResourceManager, typeof(Resources));
RequiresUnreferencedCodeCodeFixProvider.cs (1)
24private protected override LocalizableString CodeFixTitle => new LocalizableResourceString(nameof(Resources.RequiresUnreferencedCodeCodeFixTitle), Resources.ResourceManager, typeof(Resources));
RequiresUnsafeCodeFixProvider.cs (1)
32private protected override LocalizableString CodeFixTitle => new LocalizableResourceString(nameof(Resources.RequiresUnsafeCodeFixTitle), Resources.ResourceManager, typeof(Resources));
UnconditionalSuppressMessageCodeFixProvider.cs (1)
32private protected override LocalizableString CodeFixTitle => new LocalizableResourceString(nameof(Resources.UconditionalSuppressMessageCodeFixTitle), Resources.ResourceManager, typeof(Resources));