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