1 write to _asyncListener
Microsoft.CodeAnalysis.EditorFeatures (1)
FindReferences\FindReferencesCommandHandler.cs (1)
52
_asyncListener
= listenerProvider.GetListener(FeatureAttribute.FindReferences);
1 reference to _asyncListener
Microsoft.CodeAnalysis.EditorFeatures (1)
FindReferences\FindReferencesCommandHandler.cs (1)
123
using var token =
_asyncListener
.BeginAsyncOperation(nameof(StreamingFindReferencesAsync));