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