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