3 references to ClearBuildOnlyDocumentErrors
Microsoft.VisualStudio.LanguageServices (3)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (3)
265_taskQueue.ScheduleTask("OnDocumentRemoved", () => ClearBuildOnlyDocumentErrors(e.OldSolution, e.ProjectId, e.DocumentId), _disposalToken); 277_taskQueue.ScheduleTask("OnDocumentChanged", () => ClearBuildOnlyDocumentErrors(e.OldSolution, e.ProjectId, e.DocumentId), _disposalToken); 407ClearBuildOnlyDocumentErrors(solution, projectId, documentId);