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