2 references to Enabled
Microsoft.CodeAnalysis.EditorFeatures (1)
SplitComment\SplitCommentCommandHandler.cs (1)
63
if (!_globalOptions.GetOption(SplitCommentOptionsStorage.
Enabled
, document.Project.Language))
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\AdvancedOptionPageControl.xaml.cs (1)
108
BindToOption(InsertSlashSlashAtTheStartOfNewLinesWhenWritingSingleLineComments, SplitCommentOptionsStorage.
Enabled
, LanguageNames.CSharp);