3 references to IsVisible
Microsoft.CodeAnalysis.EditorFeatures (3)
Tagging\AbstractAsynchronousTaggerProvider.TagSource.cs (2)
291
if (!
IsVisible
())
307
if (!
IsVisible
())
Tagging\AbstractAsynchronousTaggerProvider.TagSource_ProduceTags.cs (1)
404
var isVisible = this.
IsVisible
();