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