forked from StefanMaron/BusinessCentral.LinterCop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLinterCopAnalyzers.Designer.cs
44 lines (38 loc) · 1.6 KB
/
LinterCopAnalyzers.Designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
using System.CodeDom.Compiler;
using System.ComponentModel;
using System.Diagnostics;
using System.Globalization;
using System.Resources;
using System.Runtime.CompilerServices;
namespace BusinessCentral.LinterCop
{
[GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[DebuggerNonUserCode]
[CompilerGenerated]
internal class LinterCopAnalyzers
{
private static ResourceManager resourceMan;
private static CultureInfo resourceCulture;
internal LinterCopAnalyzers()
{
}
[EditorBrowsable(EditorBrowsableState.Advanced)]
internal static ResourceManager ResourceManager
{
get
{
if (LinterCopAnalyzers.resourceMan == null)
LinterCopAnalyzers.resourceMan = new ResourceManager("BusinessCentral.LinterCop.LinterCopAnalyzers", typeof(LinterCopAnalyzers).Assembly);
return LinterCopAnalyzers.resourceMan;
}
}
[EditorBrowsable(EditorBrowsableState.Advanced)]
internal static CultureInfo Culture
{
get => LinterCopAnalyzers.resourceCulture;
set => LinterCopAnalyzers.resourceCulture = value;
}
internal static string AnalyzerPrefix => LinterCopAnalyzers.ResourceManager.GetString(nameof(AnalyzerPrefix), LinterCopAnalyzers.resourceCulture);
internal static string Fix0021ConfirmImplementConfirmManagementMessage => LinterCopAnalyzers.ResourceManager.GetString("Fix0021ConfirmImplementConfirmManagementMessage", LinterCopAnalyzers.resourceCulture);
}
}