Implemented interface member:
method
GetDispatcher
Microsoft.CodeAnalysis.Remote.IRemoteServiceCallbackDispatcherProvider.GetDispatcher(System.Type)
1 reference to GetDispatcher
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Remote\InProcRemostHostClient.cs (1)
61
var callbackDispatcher = (descriptor.ClientInterface != null) ? _callbackDispatchers.
GetDispatcher
(typeof(T)) : null;