4 instantiations of RemoteCallback
Microsoft.CodeAnalysis.ExternalAccess.Razor (1)
Remote\RazorRemoteCallbackWrapper.cs (1)
18=> UnderlyingObject = new RemoteCallback<T>(callback);
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\BrokeredServiceBase.FactoryBase.cs (1)
135return CreateService(arguments, new RemoteCallback<TCallback>(callback));
Microsoft.CodeAnalysis.Remote.Workspaces (2)
ExternalAccess\UnitTesting\Api\UnitTestingRemoteCallbackWrapper.cs (1)
20=> UnderlyingObject = new RemoteCallback<T>(callback);
RemoteCallback.cs (1)
55var callback = new RemoteCallback<T>(rental.Proxy);
47 references to RemoteCallback
Microsoft.CodeAnalysis.ExternalAccess.Razor (1)
Remote\RazorRemoteCallbackWrapper.cs (1)
15internal readonly RemoteCallback<T> UnderlyingObject;
Microsoft.CodeAnalysis.Remote.ServiceHub (43)
Host\SolutionAssetSource.cs (1)
35return await RemoteCallback<ISolutionAssetProvider>.InvokeServiceAsync(
Services\BrokeredServiceBase.FactoryBase.cs (1)
122protected abstract TService CreateService(in ServiceConstructionArguments arguments, RemoteCallback<TCallback> callback);
Services\ConvertTupleToStructCodeRefactoringProvider\RemoteConvertTupleToStructCodeRefactoringService.cs (3)
24protected override IRemoteConvertTupleToStructCodeRefactoringService CreateService(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteConvertTupleToStructCodeRefactoringService.ICallback> callback) 28private readonly RemoteCallback<IRemoteConvertTupleToStructCodeRefactoringService.ICallback> _callback; 30public RemoteConvertTupleToStructCodeRefactoringService(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteConvertTupleToStructCodeRefactoringService.ICallback> callback)
Services\DesignerAttributeDiscovery\RemoteDesignerAttributeDiscoveryService.cs (5)
16private readonly RemoteCallback<IRemoteDesignerAttributeDiscoveryService.ICallback> _callback; 20RemoteCallback<IRemoteDesignerAttributeDiscoveryService.ICallback> callback, 33protected override IRemoteDesignerAttributeDiscoveryService CreateService(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteDesignerAttributeDiscoveryService.ICallback> callback) 37private readonly RemoteCallback<IRemoteDesignerAttributeDiscoveryService.ICallback> _callback; 39public RemoteDesignerAttributeDiscoveryService(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteDesignerAttributeDiscoveryService.ICallback> callback)
Services\EditAndContinue\RemoteEditAndContinueService.cs (7)
25protected override IRemoteEditAndContinueService CreateService(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteEditAndContinueService.ICallback> callback) 31private readonly RemoteCallback<IRemoteEditAndContinueService.ICallback> _callback; 34public ManagedEditAndContinueDebuggerService(RemoteCallback<IRemoteEditAndContinueService.ICallback> callback, RemoteServiceCallbackId callbackId) 55private readonly RemoteCallback<IRemoteEditAndContinueService.ICallback> _callback; 58public SourceTextProvider(RemoteCallback<IRemoteEditAndContinueService.ICallback> callback, RemoteServiceCallbackId callbackId) 68private readonly RemoteCallback<IRemoteEditAndContinueService.ICallback> _callback; 70public RemoteEditAndContinueService(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteEditAndContinueService.ICallback> callback)
Services\EncapsulateField\RemoteEncapsulateFieldService.cs (3)
24protected override IRemoteEncapsulateFieldService CreateService(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteEncapsulateFieldService.ICallback> callback) 28private readonly RemoteCallback<IRemoteEncapsulateFieldService.ICallback> _callback; 30public RemoteEncapsulateFieldService(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteEncapsulateFieldService.ICallback> callback)
Services\FindUsages\RemoteFindUsagesService.cs (5)
19protected override IRemoteFindUsagesService CreateService(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteFindUsagesService.ICallback> callback) 23private readonly RemoteCallback<IRemoteFindUsagesService.ICallback> _callback; 25public RemoteFindUsagesService(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteFindUsagesService.ICallback> callback) 77private readonly RemoteCallback<IRemoteFindUsagesService.ICallback> _callback; 81public RemoteFindUsageContext(RemoteCallback<IRemoteFindUsagesService.ICallback> callback, RemoteServiceCallbackId callbackId)
Services\MissingImportDiscovery\RemoteMissingImportDiscoveryService.cs (5)
20protected override IRemoteMissingImportDiscoveryService CreateService(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteMissingImportDiscoveryService.ICallback> callback) 24private readonly RemoteCallback<IRemoteMissingImportDiscoveryService.ICallback> _callback; 26public RemoteMissingImportDiscoveryService(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteMissingImportDiscoveryService.ICallback> callback) 99private readonly RemoteCallback<IRemoteMissingImportDiscoveryService.ICallback> _callback; 102public SymbolSearchService(RemoteCallback<IRemoteMissingImportDiscoveryService.ICallback> callback, RemoteServiceCallbackId callbackId)
Services\NavigateToSearch\RemoteNavigateToSearchService.cs (3)
21in ServiceConstructionArguments arguments, RemoteCallback<IRemoteNavigateToSearchService.ICallback> callback) 25private readonly RemoteCallback<IRemoteNavigateToSearchService.ICallback> _callback; 27public RemoteNavigateToSearchService(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteNavigateToSearchService.ICallback> callback)
Services\Renamer\RemoteRenamerService.cs (3)
18protected override IRemoteRenamerService CreateService(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteRenamerService.ICallback> callback) 22private readonly RemoteCallback<IRemoteRenamerService.ICallback> _callback; 24public RemoteRenamerService(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteRenamerService.ICallback> callback)
Services\SymbolFinder\RemoteSymbolFinderService.cs (7)
24protected override IRemoteSymbolFinderService CreateService(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteSymbolFinderService.ICallback> callback) 28private readonly RemoteCallback<IRemoteSymbolFinderService.ICallback> _callback; 30public RemoteSymbolFinderService(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteSymbolFinderService.ICallback> callback) 177private readonly RemoteCallback<IRemoteSymbolFinderService.ICallback> _callback; 182public FindLiteralReferencesProgressCallback(RemoteCallback<IRemoteSymbolFinderService.ICallback> callback, RemoteServiceCallbackId callbackId) 202private readonly RemoteCallback<IRemoteSymbolFinderService.ICallback> _callback; 207public FindReferencesProgressCallback(Solution solution, RemoteCallback<IRemoteSymbolFinderService.ICallback> callback, RemoteServiceCallbackId callbackId)
Microsoft.CodeAnalysis.Remote.Workspaces (3)
ExternalAccess\UnitTesting\Api\UnitTestingRemoteCallbackWrapper.cs (1)
17internal readonly RemoteCallback<T> UnderlyingObject;
RemoteCallback.cs (2)
39Func<RemoteCallback<T>, CancellationToken, ValueTask<TResult>> invocation, 55var callback = new RemoteCallback<T>(rental.Proxy);