3 references to ErrorList
Microsoft.CodeAnalysis.Workspaces (1)
Shared\TestHooks\FeatureAttribute.cs (1)
29public const string ErrorList = nameof(ErrorList);
Microsoft.VisualStudio.LanguageServices (2)
TableDataSource\Suppression\VisualStudioSuppressionFixService.cs (1)
54private readonly IAsynchronousOperationListener _listener = listenerProvider.GetListener(FeatureAttribute.ErrorList);
TaskList\ExternalErrorDiagnosticUpdateSource.cs (1)
77listenerProvider.GetListener(FeatureAttribute.ErrorList),