1 implementation of IGlobalServiceBroker
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Host\IGlobalServiceBroker.cs (1)
26internal class GlobalServiceBroker : IGlobalServiceBroker
5 references to IGlobalServiceBroker
Microsoft.CodeAnalysis.Remote.ServiceHub (5)
Host\IGlobalServiceBroker.cs (1)
25[Export(typeof(IGlobalServiceBroker)), Shared]
Host\Storage\RemoteCloudCachePersistentStorageService.cs (4)
27private readonly IGlobalServiceBroker _globalServiceBroker; 31public ServiceFactory(IGlobalServiceBroker globalServiceBroker) 40private readonly IGlobalServiceBroker _globalServiceBroker; 43IGlobalServiceBroker globalServiceBroker,