48 references to SR
System.Windows.Forms.Analyzers.CSharp (48)
src\21d67aef474088ce\System.Windows.Forms.Analyzers.CSharp.Resources.SR.cs (1)
10
internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(
SR
)));
System\Windows\Forms\CSharp\Analyzers\Diagnostics\CSharpDiagnosticDescriptors.cs (45)
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
)));
System\Windows\Forms\CSharp\Generators\ApplicationConfiguration\ProjectFileReader.FontConverter.cs (2)
81
throw new ArgumentException(string.Format(
SR
.TextParseFailedFormat,
131
_ => throw new ArgumentException(string.Format(
SR
.InvalidArgumentValueFontConverter, units), nameof(units)),