18 references to GetCallback
Microsoft.CodeAnalysis.ExternalAccess.Razor (1)
Remote\RazorRemoteServiceCallbackDispatcher.cs (1)
14=> _dispatcher.GetCallback(callbackId.UnderlyingObject);
Microsoft.CodeAnalysis.Features (12)
AddImport\Remote\AbstractAddImportFeatureService_Remote.cs (1)
37=> (ISymbolSearchService)GetCallback(callbackId);
ConvertTupleToStruct\IRemoteConvertTupleToStructCodeRefactoringService.cs (1)
48=> ((RemoteOptionsProvider<CleanCodeGenerationOptions>)GetCallback(callbackId)).GetOptionsAsync(language, cancellationToken);
DesignerAttribute\IRemoteDesignerAttributeDiscoveryService.cs (1)
40=> (IDesignerAttributeDiscoveryService.ICallback)base.GetCallback(callbackId);
EditAndContinue\Remote\RemoteEditAndContinueServiceProxy.cs (6)
38=> ((ActiveStatementSpanProviderCallback)GetCallback(callbackId)).GetSpansAsync(documentId, filePath, cancellationToken); 41=> ((DebuggingSessionCallback)GetCallback(callbackId)).TryGetMatchingSourceTextAsync(filePath, requiredChecksum, checksumAlgorithm, cancellationToken); 44=> ((DebuggingSessionCallback)GetCallback(callbackId)).GetActiveStatementsAsync(cancellationToken); 47=> ((DebuggingSessionCallback)GetCallback(callbackId)).GetAvailabilityAsync(mvid, cancellationToken); 50=> ((DebuggingSessionCallback)GetCallback(callbackId)).GetCapabilitiesAsync(cancellationToken); 53=> ((DebuggingSessionCallback)GetCallback(callbackId)).PrepareModuleForUpdateAsync(mvid, cancellationToken);
EncapsulateField\IRemoteEncapsulateFieldService.cs (1)
47=> ((RemoteOptionsProvider<CleanCodeGenerationOptions>)GetCallback(callbackId)).GetOptionsAsync(language, cancellationToken);
FindUsages\IRemoteFindUsagesService.cs (1)
60=> (FindUsagesServerCallback)base.GetCallback(callbackId);
NavigateTo\IRemoteNavigateToSearchService.cs (1)
43=> (NavigateToSearchServiceCallback)base.GetCallback(callbackId);
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 (3)
FindSymbols\SymbolFinder.CallbackDispatcher.cs (2)
27=> (FindLiteralsServerCallback)GetCallback(callbackId); 30=> (FindReferencesServerCallback)GetCallback(callbackId);
Rename\IRemoteRenamerService.cs (1)
72=> ((RemoteOptionsProvider<CodeCleanupOptions>)GetCallback(callbackId)).GetOptionsAsync(language, cancellationToken);