1 write to _callbackDispatchers
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Remote\InProcRemoteHostClientProvider.cs (1)
30
=>
_callbackDispatchers
= new RemoteServiceCallbackDispatcherRegistry(callbackDispatchers);
1 reference to _callbackDispatchers
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Remote\InProcRemoteHostClientProvider.cs (1)
33
=> new InProcRemoteHostClientProvider(workspaceServices.SolutionServices,
_callbackDispatchers
);