21 references to GetCallback
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
Remote\RazorRemoteServiceCallbackDispatcher.cs (1)
14=> _dispatcher.GetCallback(callbackId.UnderlyingObject);
Microsoft.CodeAnalysis.Features (16)
AddImport\Remote\RemoteMissingImportDiscoveryServiceCallbackDispatcher.cs (1)
32=> (ISymbolSearchService)GetCallback(callbackId);
DesignerAttribute\IRemoteDesignerAttributeDiscoveryService.cs (1)
36=> (IDesignerAttributeDiscoveryService.ICallback)base.GetCallback(callbackId);
EditAndContinue\Remote\RemoteEditAndContinueServiceProxy.cs (6)
33=> ((ActiveStatementSpanProviderCallback)GetCallback(callbackId)).GetSpansAsync(documentId, filePath, cancellationToken); 36=> ((DebuggingSessionCallback)GetCallback(callbackId)).TryGetMatchingSourceTextAsync(filePath, requiredChecksum, checksumAlgorithm, cancellationToken); 39=> ((DebuggingSessionCallback)GetCallback(callbackId)).GetActiveStatementsAsync(cancellationToken); 42=> ((DebuggingSessionCallback)GetCallback(callbackId)).GetAvailabilityAsync(mvid, cancellationToken); 45=> ((DebuggingSessionCallback)GetCallback(callbackId)).GetCapabilitiesAsync(cancellationToken); 48=> ((DebuggingSessionCallback)GetCallback(callbackId)).PrepareModuleForUpdateAsync(mvid, cancellationToken);
FindUsages\IRemoteFindUsagesService.cs (1)
60=> (FindUsagesServerCallback)base.GetCallback(callbackId);
NavigateTo\IRemoteNavigateToSearchService.cs (1)
41=> (NavigateToSearchServiceCallback)base.GetCallback(callbackId);
RelatedDocuments\IRemoteRelatedDocumentsService.cs (1)
32=> (RelatedDocumentsServiceCallback)base.GetCallback(callbackId);
SemanticSearch\IRemoteSemanticSearchService.cs (5)
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);
Microsoft.CodeAnalysis.Remote.Workspaces (2)
ExternalAccess\Pythia\Api\PythiaRemoteServiceCallbackDispatcher.cs (1)
14=> _dispatcher.GetCallback(callbackId.UnderlyingObject);
ExternalAccess\UnitTesting\Api\UnitTestingRemoteServiceCallbackDispatcher.cs (1)
14=> _dispatcher.GetCallback(callbackId.UnderlyingObject);
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\SymbolFinder.CallbackDispatcher.cs (2)
28=> (FindLiteralsServerCallback)GetCallback(callbackId); 31=> (FindReferencesServerCallback)GetCallback(callbackId);