1 write to _asyncListener
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\CopyPasteAndPrintingClassificationBufferTaggerProvider.cs (1)
47_asyncListener = listenerProvider.GetListener(FeatureAttribute.Classification);
1 reference to _asyncListener
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\CopyPasteAndPrintingClassificationBufferTaggerProvider.cs (1)
62return new Tagger(this, buffer, _asyncListener, _globalOptions) as IAccurateTagger<T>;