4 references to GlobalOptions
Microsoft.CodeAnalysis.EditorFeatures (4)
Tagging\AbstractAsynchronousTaggerProvider.cs (1)
149
if (!
GlobalOptions
.GetOption(EditorComponentOnOffOptions.Tagger))
Tagging\AbstractAsynchronousTaggerProvider.TagSource.cs (1)
332
TaggerEventSources.OnGlobalOptionChanged(_dataSource.
GlobalOptions
, option =>
Tagging\AbstractAsynchronousTaggerProvider.TagSource_ProduceTags.cs (2)
584
if (option is Option2<bool> option2 && !_dataSource.
GlobalOptions
.GetOption(option2))
588
(languageName == null || !_dataSource.
GlobalOptions
.GetOption(perLanguageOption, languageName)))