2 references to IsSynthesizedExternalSourceDiagnostic
Microsoft.VisualStudio.LanguageServices (2)
TableDataSource\Suppression\VisualStudioSuppressionFixService.cs (2)
582
SuppressionHelpers.
IsSynthesizedExternalSourceDiagnostic
(d));
645
projectDiagnosticsToFix = diagnostics.Where(d => latestDiagnosticsFromDiagnosticService.Contains(d) || SuppressionHelpers.
IsSynthesizedExternalSourceDiagnostic
(d));