1 implementation of IGlobalServiceBroker
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Host\IGlobalServiceBroker.cs (1)
26
internal 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)
27
private readonly
IGlobalServiceBroker
_globalServiceBroker;
31
public ServiceFactory(
IGlobalServiceBroker
globalServiceBroker)
40
private readonly
IGlobalServiceBroker
_globalServiceBroker;
43
IGlobalServiceBroker
globalServiceBroker,