2 references to OnUserCodeExceptionAsync
Microsoft.CodeAnalysis.Features (2)
SemanticSearch\IRemoteSemanticSearchService.cs (1)
75
await observer.
OnUserCodeExceptionAsync
(exception, cancellationToken).ConfigureAwait(false);
SemanticSearch\QueryExecutionContext.cs (1)
195
await resultsObserver.
OnUserCodeExceptionAsync
(new UserCodeExceptionInfo(projectDisplay, e.Message, exceptionNameTaggedText, stackTraceTaggedText, span), cancellationToken).ConfigureAwait(false);