1 instantiation of InProcRemoteHostClient
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Remote\InProcRemostHostClient.cs (1)
30
var instance = new
InProcRemoteHostClient
(services, inprocServices, callbackDispatchers);
5 references to InProcRemoteHostClient
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (5)
Remote\InProcRemostHostClient.cs (4)
30
var
instance = new InProcRemoteHostClient(services, inprocServices, callbackDispatchers);
46
public static async Task<
InProcRemoteHostClient
> GetTestClientAsync(Workspace workspace)
48
var
client = (
InProcRemoteHostClient
?)await TryGetClientAsync(workspace, CancellationToken.None).ConfigureAwait(false);
Remote\InProcRemoteHostClientProvider.cs (1)
89
return
InProcRemoteHostClient
.Create(