1 write to _listener
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\AnalyzersCommandHandler.cs (1)
92
_listener
= listenerProvider.GetListener(FeatureAttribute.RuleSetEditor);
1 reference to _listener
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\AnalyzersCommandHandler.cs (1)
400
using var asyncToken =
_listener
.BeginAsyncOperation(nameof(SetSeverityHandler));