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