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)
62
return new Tagger(this, buffer,
_asyncListener
, _globalOptions) as IAccurateTagger<T>;