2 references to FeatureOptions
Microsoft.CodeAnalysis.EditorFeatures (2)
Tagging\AbstractAsynchronousTaggerProvider.TagSource.cs (2)
327
if (_dataSource.Options.IsEmpty && _dataSource.
FeatureOptions
.IsEmpty)
335
_dataSource.Options.Contains(option) || _dataSource.
FeatureOptions
.Contains(option)));