16 references to ResourceManager
System.Windows.Forms.Analyzers.CSharp (16)
src\21d67aef474088ce\System.Windows.Forms.Analyzers.CSharp.Resources.SR.cs (1)
15
internal static string GetResourceString(string resourceKey, string defaultValue = null) =>
ResourceManager
.GetString(resourceKey, Culture);
System\Windows\Forms\CSharp\Analyzers\Diagnostics\CSharpDiagnosticDescriptors.cs (15)
16
title: new LocalizableResourceString(nameof(SR.WFO0001Title), SR.
ResourceManager
, typeof(SR)),
17
messageFormat: new LocalizableResourceString(nameof(SR.WFO0001Message), SR.
ResourceManager
, typeof(SR)),
25
title: new LocalizableResourceString(nameof(SR.WFO0002Title), SR.
ResourceManager
, typeof(SR)),
26
messageFormat: new LocalizableResourceString(nameof(SR.WFO0002Message), SR.
ResourceManager
, typeof(SR)),
34
title: new LocalizableResourceString(nameof(SR.WFO0002Title), SR.
ResourceManager
, typeof(SR)),
35
messageFormat: new LocalizableResourceString(nameof(SR.WFO0002MessageWithReason), SR.
ResourceManager
, typeof(SR)),
43
title: new LocalizableResourceString(nameof(SR.WFO1000AnalyzerTitle), SR.
ResourceManager
, typeof(SR)),
44
messageFormat: new LocalizableResourceString(nameof(SR.WFO1000AnalyzerMessageFormat), SR.
ResourceManager
, typeof(SR)),
48
description: new LocalizableResourceString(nameof(SR.WFO1000AnalyzerDescription), SR.
ResourceManager
, typeof(SR)));
54
title: new LocalizableResourceString(nameof(SR.WFO1001AnalyzerTitle), SR.
ResourceManager
, typeof(SR)),
55
messageFormat: new LocalizableResourceString(nameof(SR.WFO1001AnalyzerMessageFormat), SR.
ResourceManager
, typeof(SR)),
59
description: new LocalizableResourceString(nameof(SR.WFO1001AnalyzerDescription), SR.
ResourceManager
, typeof(SR)));
65
title: new LocalizableResourceString(nameof(SR.WFO2001AnalyzerTitle), SR.
ResourceManager
, typeof(SR)),
66
messageFormat: new LocalizableResourceString(nameof(SR.WFO2001AnalyzerMessageFormat), SR.
ResourceManager
, typeof(SR)),
70
description: new LocalizableResourceString(nameof(SR.WFO2001AnalyzerDescription), SR.
ResourceManager
, typeof(SR)));