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