5 references to ResourceManager
Microsoft.AspNetCore.Components.Analyzers (5)
ComponentParametersShouldBePublicCodeFixProvider.cs (1)
20private static readonly LocalizableString Title = new LocalizableResourceString(nameof(Resources.ComponentParametersShouldBePublic_FixTitle), Resources.ResourceManager, typeof(Resources));
DiagnosticDescriptors.cs (1)
14private static LocalizableResourceString CreateLocalizableResourceString(string resource) => new(resource, Resources.ResourceManager, typeof(Resources));
JSInvokableCodeFixProvider.cs (1)
20private static readonly LocalizableString _title = new LocalizableResourceString(nameof(Resources.JSInvokableMethodShouldBePublic_FixTitle), Resources.ResourceManager, typeof(Resources));
src\3b67e3582e36646e\Microsoft.AspNetCore.Components.Analyzers.Resources.cs (1)
15internal static string GetResourceString(string resourceKey, string defaultValue = null) => ResourceManager.GetString(resourceKey, Culture);
StateHasChangedCodeFixProvider.cs (1)
20private static readonly LocalizableString Title = new LocalizableResourceString(nameof(Resources.UnnecessaryStateHasChangedCall_FixTitle), Resources.ResourceManager, typeof(Resources));