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