20 references to Prefix
Microsoft.VisualStudio.LanguageServices (20)
EditorConfigSettings\Common\ColumnDefinitions.cs (20)
14
public const string Category =
Prefix
+ AnalyzerPrefix + "categoryname";
15
public const string Enabled =
Prefix
+ AnalyzerPrefix + "enabledname";
16
public const string Description =
Prefix
+ AnalyzerPrefix + "descriptionname";
17
public const string Id =
Prefix
+ AnalyzerPrefix + "idname";
18
public const string Severity =
Prefix
+ AnalyzerPrefix + "severityname";
19
public const string Title =
Prefix
+ AnalyzerPrefix + "titlename";
20
public const string Location =
Prefix
+ AnalyzerPrefix + "location";
27
public const string Category =
Prefix
+ CodeStylePrefix + "categoryname";
28
public const string Description =
Prefix
+ CodeStylePrefix + "descriptionname";
29
public const string Value =
Prefix
+ CodeStylePrefix + "valuename";
30
public const string Severity =
Prefix
+ CodeStylePrefix + "severityname";
31
public const string Location =
Prefix
+ CodeStylePrefix + "location";
37
public const string Type =
Prefix
+ NamingStylePrefix + "type";
38
public const string Style =
Prefix
+ NamingStylePrefix + "style";
39
public const string Severity =
Prefix
+ NamingStylePrefix + "severityname";
40
public const string Location =
Prefix
+ NamingStylePrefix + "location";
46
public const string Category =
Prefix
+ FormattingPrefix + "categoryname";
47
public const string Description =
Prefix
+ FormattingPrefix + "descriptionname";
48
public const string Value =
Prefix
+ FormattingPrefix + "valuename";
49
public const string Location =
Prefix
+ FormattingPrefix + "location";