1 instantiation of RemoteMissingImportDiscoveryService
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\MissingImportDiscovery\RemoteMissingImportDiscoveryService.cs (1)
24=> new RemoteMissingImportDiscoveryService(arguments, callback);
2 references to RemoteMissingImportDiscoveryService
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\MissingImportDiscovery\RemoteMissingImportDiscoveryService.cs (1)
94/// the same process that is supplying the <see cref="RemoteMissingImportDiscoveryService"/>.
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Remote\InProcRemostHostClient.cs (1)
200RegisterRemoteBrokeredService(new RemoteMissingImportDiscoveryService.Factory());