4 references to EditorComponentOnOffOptions
Microsoft.CodeAnalysis.EditorFeatures (4)
Adornments\AbstractAdornmentManagerProvider.cs (1)
50
if (!GlobalOptions.GetOption(
EditorComponentOnOffOptions
.Adornment))
Suggestions\SuggestedActionsSource.cs (1)
286
if (GlobalOptions.GetOption(
EditorComponentOnOffOptions
.CodeRefactorings) &&
Suggestions\SuggestedActionsSource_Async.cs (1)
256
if (!this.GlobalOptions.GetOption(
EditorComponentOnOffOptions
.CodeRefactorings) ||
Tagging\AbstractAsynchronousTaggerProvider.cs (1)
148
if (!GlobalOptions.GetOption(
EditorComponentOnOffOptions
.Tagger))