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