1 write to AsyncListener
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Adornments\AbstractAdornmentManagerProvider.cs (1)
35AsyncListener = listenerProvider.GetListener(this.FeatureAttributeName);
3 references to AsyncListener
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
InlineDiagnostics\InlineDiagnosticsAdornmentManagerProvider.cs (1)
59ThreadingContext, textView, TagAggregatorFactoryService, AsyncListener,
LineSeparators\LineSeparatorAdornmentManagerProvider.cs (1)
57_ = new LineSeparatorAdornmentManager(ThreadingContext, textView, TagAggregatorFactoryService, AsyncListener, AdornmentLayerName);
StringIndentation\StringIndentationAdornmentManagerProvider.cs (1)
57_ = new StringIndentationAdornmentManager(ThreadingContext, textView, TagAggregatorFactoryService, AsyncListener, AdornmentLayerName);