1 instantiation of UserCodeExceptionInfo
Microsoft.CodeAnalysis.Features (1)
SemanticSearch\QueryExecutionContext.cs (1)
195await resultsObserver.OnUserCodeExceptionAsync(new UserCodeExceptionInfo(projectDisplay, e.Message, exceptionNameTaggedText, stackTraceTaggedText, span), cancellationToken).ConfigureAwait(false);
15 references to UserCodeExceptionInfo
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (8)
SemanticSearch\CSharpSemanticSearchServiceTests.cs (6)
42private static string Inspect(UserCodeExceptionInfo info, string query) 268var exceptions = new List<UserCodeExceptionInfo>(); 320var exceptions = new List<UserCodeExceptionInfo>(); 336var exception = exceptions.Single(); 389var exceptions = new List<UserCodeExceptionInfo>(); 405var exception = exceptions.Single();
SemanticSearch\Mocks\MockSemanticSearchResultsObserver.cs (2)
18public Action<UserCodeExceptionInfo>? OnUserCodeExceptionImpl { get; set; } 41public ValueTask OnUserCodeExceptionAsync(UserCodeExceptionInfo exception, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.ExternalAccess.Copilot (1)
Internal\SemanticSearch\CopilotSemanticSearchQueryExecutor.cs (1)
39public ValueTask OnUserCodeExceptionAsync(UserCodeExceptionInfo exception, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.Features (4)
SemanticSearch\IRemoteSemanticSearchService.cs (3)
23ValueTask OnUserCodeExceptionAsync(RemoteServiceCallbackId callbackId, UserCodeExceptionInfo exception, CancellationToken cancellationToken); 44public ValueTask OnUserCodeExceptionAsync(RemoteServiceCallbackId callbackId, UserCodeExceptionInfo exception, CancellationToken cancellationToken) 71public async ValueTask OnUserCodeExceptionAsync(UserCodeExceptionInfo exception, CancellationToken cancellationToken)
SemanticSearch\ISemanticSearchResultsObserver.cs (1)
16ValueTask OnUserCodeExceptionAsync(UserCodeExceptionInfo exception, CancellationToken cancellationToken);
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\SemanticSearch\RemoteSemanticSearchService.cs (1)
44public ValueTask OnUserCodeExceptionAsync(UserCodeExceptionInfo exception, CancellationToken cancellationToken)
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchQueryExecutor.cs (1)
34public ValueTask OnUserCodeExceptionAsync(UserCodeExceptionInfo exception, CancellationToken cancellationToken)