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