8 references to Diagnostic
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
Options\OmniSharpSolutionAnalyzerConfigOptionsUpdater.cs (1)
67
catch (Exception e) when (FatalError.ReportAndPropagate(e, ErrorSeverity.
Diagnostic
))
Microsoft.CodeAnalysis.Features (2)
MetadataAsSource\DecompilationMetadataAsSourceFileProvider.cs (1)
263
catch (Exception e) when (FatalError.ReportAndCatch(e, ErrorSeverity.
Diagnostic
))
Wrapping\AbstractCodeActionComputer.cs (1)
311
catch (Exception ex) when (FatalError.ReportAndCatchUnlessCanceled(ex, cancellationToken, ErrorSeverity.
Diagnostic
))
Microsoft.CodeAnalysis.Features.ExternalAccess (4)
Copilot\Internal\Analyzer\CSharp\CSharpCopilotCodeAnalysisService.cs (4)
45
FatalError.ReportAndCatch(new ArgumentNullException(nameof(externalCopilotService)), ErrorSeverity.
Diagnostic
);
48
FatalError.ReportAndCatch(new ArgumentNullException(nameof(externalCSharpCopilotGenerateDocumentationService)), ErrorSeverity.
Diagnostic
);
51
FatalError.ReportAndCatch(new ArgumentNullException(nameof(externalCSharpOnTheFlyDocsService)), ErrorSeverity.
Diagnostic
);
54
FatalError.ReportAndCatch(new ArgumentNullException(nameof(externalCSharpCopilotGenerateImplementationService)), ErrorSeverity.
Diagnostic
);
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolFinder_Hierarchy.cs (1)
192
catch (Exception ex) when (FatalError.ReportAndPropagateUnlessCanceled(ex, cancellationToken, ErrorSeverity.
Diagnostic
))