8 references to Tagger
Microsoft.CodeAnalysis.EditorFeatures (1)
Tagging\TaggerMainThreadManager.cs (1)
33listenerProvider.GetListener(FeatureAttribute.Tagger),
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (6)
Tagging\AsynchronousTaggerTests.cs (6)
66var asyncListener = (AsynchronousOperationListener)asyncListenerProvider.GetListener(FeatureAttribute.Tagger); 76FeatureAttribute.Tagger); 157var asyncListener = (AsynchronousOperationListener)asyncListenerProvider.GetListener(FeatureAttribute.Tagger); 184FeatureAttribute.Tagger); 213var asyncListener = (AsynchronousOperationListener)asyncListenerProvider.GetListener(FeatureAttribute.Tagger); 231FeatureAttribute.Tagger);
Microsoft.CodeAnalysis.Workspaces (1)
Shared\TestHooks\FeatureAttribute.cs (1)
74public const string Tagger = nameof(Tagger);