152 references to FatalError
Microsoft.CodeAnalysis.CSharp.Features (17)
Completion\CompletionProviders\AttributeNamedParameterCompletionProvider.cs (1)
103
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e))
Completion\CompletionProviders\CrefCompletionProvider.cs (1)
86
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, ErrorSeverity.General))
Completion\CompletionProviders\DeclarationName\DeclarationNameCompletionProvider.cs (1)
96
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, ErrorSeverity.General))
Completion\CompletionProviders\EnumAndCompletionListTagCompletionProvider.cs (1)
97
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, ErrorSeverity.General))
Completion\CompletionProviders\ExplicitInterfaceMemberCompletionProvider.ItemGetter.cs (1)
173
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, ErrorSeverity.General))
Completion\CompletionProviders\ExplicitInterfaceTypeCompletionProvider.cs (1)
58
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, ErrorSeverity.General))
Completion\CompletionProviders\ExternAliasCompletionProvider.cs (1)
90
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, ErrorSeverity.General))
Completion\CompletionProviders\FunctionPointerUnmanagedCallingConventionCompletionProvider.cs (1)
86
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, ErrorSeverity.General))
Completion\CompletionProviders\NamedParameterCompletionProvider.cs (1)
111
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, ErrorSeverity.General))
Completion\CompletionProviders\SnippetCompletionProvider.cs (1)
92
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, ErrorSeverity.General))
Completion\CompletionProviders\SpeculativeTCompletionProvider.cs (1)
56
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, ErrorSeverity.General))
Completion\CompletionProviders\TupleNameCompletionProvider.cs (1)
66
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, ErrorSeverity.General))
Completion\CompletionProviders\XmlDocCommentCompletionProvider.cs (1)
188
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, cancellationToken, ErrorSeverity.General))
Debugging\CSharpBreakpointResolutionService.cs (1)
48
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, cancellationToken))
Debugging\CSharpProximityExpressionsService.cs (1)
97
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, cancellationToken))
Debugging\DataTipInfoGetter.cs (1)
81
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, cancellationToken))
QuickInfo\CSharpSemanticQuickInfoProvider.cs (1)
301
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e))
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
Rename\CSharpRenameRewriterLanguageService.cs (2)
426
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e))
921
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, cancellationToken))
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ITypeSymbolExtensions.cs (1)
133
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, cancellationToken, ErrorSeverity.General))
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
Options\OmniSharpSolutionAnalyzerConfigOptionsUpdater.cs (1)
67
catch (Exception e) when (
FatalError
.ReportAndPropagate(e, ErrorSeverity.Diagnostic))
Microsoft.CodeAnalysis.Features (73)
CodeRefactorings\SyncNamespace\AbstractChangeNamespaceService.cs (1)
480
FatalError
.ReportNonFatalError(
Completion\Providers\AbstractInternalsVisibleToCompletionProvider.cs (1)
77
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, ErrorSeverity.General))
Completion\Providers\AbstractPartialTypeCompletionProvider.cs (1)
55
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, ErrorSeverity.General))
Completion\Providers\AbstractSymbolCompletionProvider.cs (1)
362
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, ErrorSeverity.General))
Completion\Providers\Scripting\AbstractDirectivePathCompletionProvider.cs (1)
60
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, ErrorSeverity.General))
Copilot\ICopilotChangeAnalysisService.cs (1)
267
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, cancellationToken))
Debugging\AbstractBreakpointResolver.cs (2)
116
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, cancellationToken))
152
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, cancellationToken))
Diagnostics\Service\DiagnosticAnalyzerService_CompilationWithAnalyzersPair.cs (1)
114
FatalError
.ReportAndPropagate(ex);
Diagnostics\Service\DiagnosticAnalyzerService_ComputeDiagnosticAnalysisResults.cs (3)
44
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, cancellationToken))
111
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, cancellationToken))
157
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, cancellationToken))
Diagnostics\Service\DiagnosticAnalyzerService_CoreAnalyze.cs (1)
96
catch (Exception ex) when (
FatalError
.ReportAndCatchUnlessCanceled(ex, cancellationToken))
Diagnostics\Service\DiagnosticAnalyzerService_GetDiagnosticsForSpan.cs (1)
150
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, cancellationToken))
Diagnostics\Service\DocumentAnalysisExecutor.cs (1)
323
FatalError
.ReportAndCatch(new Exception("Bug in GetDiagnostics"));
DocumentHighlighting\AbstractDocumentHighlightsService.cs (1)
333
catch (NullReferenceException e) when (
FatalError
.ReportAndCatch(e))
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (3)
701
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, cancellationToken))
1462
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, cancellationToken))
3691
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, cancellationToken))
EditAndContinue\DebuggingSession.cs (3)
518
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, cancellationToken))
841
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, cancellationToken))
918
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, cancellationToken))
EditAndContinue\EditAndContinueDebugInfoReader.cs (2)
83
catch (Exception e) when (
FatalError
.ReportAndCatch(e)) // likely a bug in the compiler/debugger
104
catch (InvalidOperationException e) when (
FatalError
.ReportAndCatch(e)) // likely a bug in the compiler/debugger
EditAndContinue\EditAndContinueDocumentAnalysesCache.cs (3)
51
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, cancellationToken))
96
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, cancellationToken))
217
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, cancellationToken))
EditAndContinue\EditAndContinueService.cs (1)
170
catch (Exception ex) when (
FatalError
.ReportAndPropagate(ex))
EditAndContinue\EditSession.cs (4)
234
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, cancellationToken))
248
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, cancellationToken))
853
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, cancellationToken))
1589
catch (Exception e) when (LogException(e) &&
FatalError
.ReportAndPropagateUnlessCanceled(e, cancellationToken))
EditAndContinue\Remote\ActiveStatementSpanProviderCallback.cs (1)
26
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, cancellationToken))
EditAndContinue\Remote\DebuggingSessionProxy.cs (1)
79
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, cancellationToken))
EditAndContinue\Remote\RemoteEditAndContinueServiceProxy.cs (5)
62
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, cancellationToken))
74
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, cancellationToken))
86
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, cancellationToken))
98
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, cancellationToken))
110
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, cancellationToken))
ExternalAccess\UnitTesting\SolutionCrawler\AbstractUnitTestingDocumentDifferenceService.cs (1)
53
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, cancellationToken))
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingIdleProcessor.cs (1)
146
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e))
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingIncrementalAnalyzerProcessor.cs (3)
206
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, cancellationToken))
227
catch (Exception e) when (
FatalError
.ReportAndPropagate(e))
241
return
FatalError
.ReportAndPropagate(flattened);
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingLowPriorityProcessor.cs (2)
60
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e))
152
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, cancellationToken))
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingNormalPriorityProcessor.cs (4)
142
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e))
227
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, cancellationToken))
281
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, cancellationToken))
311
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e))
ExtractMethod\ExtractMethodMatrix.cs (1)
98
FatalError
.ReportAndCatch(new Exception($"extract method encountered unknown states: {key.ToString()}"), ErrorSeverity.Critical);
FindUsages\IRemoteFindUsagesService.cs (2)
126
catch (Exception ex) when (
FatalError
.ReportAndPropagateUnlessCanceled(ex, cancellationToken))
138
catch (Exception ex) when (
FatalError
.ReportAndPropagateUnlessCanceled(ex, cancellationToken))
Formatting\AbstractNewDocumentFormattingService.cs (1)
59
catch (Exception ex) when (
FatalError
.ReportAndCatchUnlessCanceled(ex, cancellationToken, ErrorSeverity.General))
Intents\IntentDataProvider.cs (1)
35
catch (Exception ex) when (
FatalError
.ReportAndCatch(ex, ErrorSeverity.General))
MetadataAsSource\DecompilationMetadataAsSourceFileProvider.cs (2)
140
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, cancellationToken, ErrorSeverity.General))
263
catch (Exception e) when (
FatalError
.ReportAndCatch(e, ErrorSeverity.Diagnostic))
MetadataAsSource\MetadataAsSourceFileService.cs (1)
236
catch (Exception ex) when (
FatalError
.ReportAndCatch(ex))
NavigateTo\IRemoteNavigateToSearchService.cs (2)
61
catch (Exception ex) when (
FatalError
.ReportAndPropagateUnlessCanceled(ex))
75
catch (Exception ex) when (
FatalError
.ReportAndPropagateUnlessCanceled(ex))
PdbSourceDocument\PdbSourceDocumentMetadataAsSourceFileProvider.cs (1)
190
catch (BadImageFormatException ex) when (
FatalError
.ReportAndCatch(ex))
SemanticSearch\IRemoteSemanticSearchService.cs (8)
80
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, cancellationToken))
91
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, cancellationToken))
102
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, cancellationToken))
113
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, cancellationToken))
124
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, cancellationToken))
136
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, cancellationToken))
147
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, cancellationToken))
158
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, cancellationToken))
SolutionCrawler\AbstractDocumentDifferenceService.cs (1)
98
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, cancellationToken))
src\roslyn\src\Analyzers\Core\CodeFixes\UseAutoProperty\AbstractUseAutoPropertyCodeFixProvider.cs (1)
109
catch (Exception ex) when (
FatalError
.ReportAndCatchUnlessCanceled(ex))
Structure\Syntax\AbstractBlockStructureProvider.cs (1)
69
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e))
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 (54)
Classification\SyntaxClassification\AbstractSyntaxClassificationService.cs (1)
41
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, cancellationToken))
Diagnostics\DiagnosticData.cs (1)
194
catch (Exception e) when (
FatalError
.ReportWithDumpAndCatch(e, ErrorSeverity.Critical))
ExternalAccess\UnitTesting\Api\UnitTestingFatalErrorAccessor.cs (2)
13
=>
FatalError
.ReportAndCatch(e);
16
=>
FatalError
.ReportAndCatchUnlessCanceled(e);
FindSymbols\FindReferences\StreamingFindReferencesProgress.cs (1)
46
catch (Exception ex) when (
FatalError
.ReportAndPropagateUnlessCanceled(ex, cancellationToken))
FindSymbols\StreamingProgressCollector.cs (1)
63
catch (Exception ex) when (
FatalError
.ReportAndPropagateUnlessCanceled(ex, cancellationToken))
FindSymbols\SymbolFinder_Hierarchy.cs (1)
192
catch (Exception ex) when (
FatalError
.ReportAndPropagateUnlessCanceled(ex, cancellationToken, ErrorSeverity.Diagnostic))
FindSymbols\TopLevelSyntaxTree\DeclaredSymbolInfo.cs (1)
242
FatalError
.ReportAndCatch(new InvalidOperationException(message));
ReassignedVariable\AbstractReassignedVariableService.cs (1)
277
FatalError
.ReportAndCatch(new InvalidOperationException("Local did not come from same file that we were analyzing?"));
Remote\IRemoteKeepAliveService.cs (2)
117
catch (Exception ex) when (
FatalError
.ReportAndCatchUnlessCanceled(ex))
213
catch (Exception ex) when (
FatalError
.ReportAndCatchUnlessCanceled(ex))
Remote\RemoteArguments.cs (1)
118
catch (Exception ex) when (
FatalError
.ReportAndCatch(ex))
Rename\ConflictEngine\ConflictResolver.cs (1)
310
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, cancellationToken))
Rename\ConflictEngine\ConflictResolver.Session.cs (7)
255
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, ErrorSeverity.Critical))
467
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, ErrorSeverity.Critical))
625
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, ErrorSeverity.Critical))
670
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, ErrorSeverity.Critical))
705
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, ErrorSeverity.Critical))
749
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, ErrorSeverity.Critical))
836
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e))
Shared\Extensions\ISymbolExtensions.cs (1)
253
catch (Exception e) when (
FatalError
.ReportAndCatchUnlessCanceled(e, cancellationToken))
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\SpecializedSyncContext.cs (1)
70
FatalError
.ReportNonFatalError(new Exception("The SynchronizationContext was changed since it was applied."));
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FailFast.cs (2)
19
/// A pre-created delegate to assign to <see cref="
FatalError
.ErrorReporterHandler" /> if needed.
21
internal static readonly
FatalError
.ErrorReporterHandler Handler = static (e, _, _) => OnFatalException(e);
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
84
var targetType = assembly.GetType(typeof(
FatalError
).FullName!, throwOnError: true)!;
src\roslyn\src\Dependencies\Threading\AsyncBatchingWorkQueue`2.cs (1)
278
catch (Exception ex) when (
FatalError
.ReportAndPropagateUnlessCanceled(ex, ErrorSeverity.Critical))
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\AsyncLazy`1.cs (1)
448
catch (Exception e) when (
FatalError
.ReportAndPropagate(e))
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Workspace\Mef\MefUtilities.cs (1)
21
catch (Exception ex) when (
FatalError
.ReportAndCatch(ex))
Storage\AbstractPersistentStorageService.cs (1)
108
FatalError
.ReportAndCatch(ex);
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
1021
catch (Exception ex) when (
FatalError
.ReportAndCatch(ex, ErrorSeverity.General))
Workspace\Solution\Document.cs (2)
374
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, cancellationToken, ErrorSeverity.Critical))
510
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, cancellationToken))
Workspace\Solution\DocumentState.cs (3)
206
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, cancellationToken, ErrorSeverity.Critical))
228
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, cancellationToken, ErrorSeverity.Critical))
690
FatalError
.ReportAndCatch(new Exception($"tree and text has different length {newTree.Length} vs {newText.Length}"), ErrorSeverity.Critical);
Workspace\Solution\ProjectState_Checksum.cs (1)
76
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, cancellationToken, ErrorSeverity.Critical))
Workspace\Solution\Solution.cs (1)
703
catch (Exception ex) when (
FatalError
.ReportAndPropagate(ex))
Workspace\Solution\SolutionCompilationState_Checksum.cs (1)
145
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, cancellationToken))
Workspace\Solution\SolutionCompilationState.cs (3)
1332
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, cancellationToken, ErrorSeverity.Critical))
1352
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, cancellationToken, ErrorSeverity.Critical))
1731
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, cancellationToken, ErrorSeverity.Critical))
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (5)
271
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, cancellationToken, ErrorSeverity.Critical))
354
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, cancellationToken, ErrorSeverity.Critical))
399
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, cancellationToken, ErrorSeverity.Critical))
469
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, cancellationToken, ErrorSeverity.Critical))
999
catch (Exception e) when (
FatalError
.ReportWithDumpAndCatch(e, ErrorSeverity.Critical))
Workspace\Solution\SolutionCompilationState.SymbolToProjectId.cs (2)
93
catch (Exception ex) when (
FatalError
.ReportAndCatch(ex))
104
catch (Exception ex) when (
FatalError
.ReportAndCatch(ex))
Workspace\Solution\SolutionState_Checksum.cs (1)
149
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, cancellationToken))
Workspace\Solution\SolutionState.cs (1)
1367
FatalError
.ReportAndCatch(new Exception("GetDocumentIdsWithFilePath returned a document in a project that does not exist."));
Workspace\Solution\TextDocumentState_Checksum.cs (1)
43
catch (Exception e) when (
FatalError
.ReportAndPropagateUnlessCanceled(e, cancellationToken))
Workspace\Workspace_Editor.cs (1)
707
catch (Exception e) when (
FatalError
.ReportAndPropagate(e, ErrorSeverity.General))
Workspace\Workspace.cs (1)
520
catch (Exception e) when (
FatalError
.ReportAndPropagate(e, ErrorSeverity.Critical))
Workspace\WorkspaceEventMap.cs (1)
106
catch (Exception e) when (
FatalError
.ReportAndCatch(e))