5 references to Options
Microsoft.CodeAnalysis.EditorFeatures (5)
Tagging\AbstractAsynchronousTaggerProvider.TagSource.cs (3)
321Contract.ThrowIfTrue(_dataSource.Options.Any(o => o is not Option2<bool> and not PerLanguageOption2<bool>), "All options must be Option2<bool> or PerLanguageOption2<bool>"); 327if (_dataSource.Options.IsEmpty && _dataSource.FeatureOptions.IsEmpty) 335_dataSource.Options.Contains(option) || _dataSource.FeatureOptions.Contains(option)));
Tagging\AbstractAsynchronousTaggerProvider.TagSource_ProduceTags.cs (1)
568foreach (var option in _dataSource.Options)
Tagging\AsynchronousViewportTaggerProvider.cs (1)
82/// <inheritdoc cref="AbstractAsynchronousTaggerProvider{TTag}.Options"/>