5 references to CodeStylePrefix
Microsoft.VisualStudio.LanguageServices (5)
EditorConfigSettings\Common\ColumnDefinitions.cs (5)
27public const string Category = Prefix + CodeStylePrefix + "categoryname"; 28public const string Description = Prefix + CodeStylePrefix + "descriptionname"; 29public const string Value = Prefix + CodeStylePrefix + "valuename"; 30public const string Severity = Prefix + CodeStylePrefix + "severityname"; 31public const string Location = Prefix + CodeStylePrefix + "location";