7 references to AnalyzerPrefix
Microsoft.VisualStudio.LanguageServices (7)
EditorConfigSettings\Common\ColumnDefinitions.cs (7)
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";