1 instantiation of ServerCallback
Microsoft.CodeAnalysis.Features (1)
SemanticSearch\IRemoteSemanticSearchService.cs (1)
147var serverCallback = new ServerCallback(solution, results, classificationOptions);
6 references to ServerCallback
Microsoft.CodeAnalysis.Features (6)
SemanticSearch\IRemoteSemanticSearchService.cs (6)
42=> ((ServerCallback)GetCallback(callbackId)).OnDefinitionFoundAsync(definition, cancellationToken); 45=> ((ServerCallback)GetCallback(callbackId)).OnUserCodeExceptionAsync(exception, cancellationToken); 48=> ((ServerCallback)GetCallback(callbackId)).AddItemsAsync(itemCount, cancellationToken); 51=> ((ServerCallback)GetCallback(callbackId)).ItemsCompletedAsync(itemCount, cancellationToken); 54=> ((ServerCallback)GetCallback(callbackId)).GetClassificationOptionsAsync(language, cancellationToken); 147var serverCallback = new ServerCallback(solution, results, classificationOptions);