1 instantiation of InProcRemoteHostClient
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Remote\InProcRemostHostClient.cs (1)
30
var instance = new
InProcRemoteHostClient
(services, inprocServices, callbackDispatchers);
34 references to InProcRemoteHostClient
Microsoft.CodeAnalysis.Features.UnitTests (2)
EditAndContinue\RemoteEditAndContinueServiceTests.cs (2)
71
var
client = await
InProcRemoteHostClient
.GetTestClientAsync(localWorkspace);
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(
Roslyn.VisualStudio.Next.UnitTests (27)
Services\ServiceHubServicesTests.cs (23)
69
using
var
client = await
InProcRemoteHostClient
.GetTestClientAsync(workspace).ConfigureAwait(false);
91
var
client = await
InProcRemoteHostClient
.GetTestClientAsync(workspace).ConfigureAwait(false);
144
using
var
client = await
InProcRemoteHostClient
.GetTestClientAsync(workspace).ConfigureAwait(false);
195
using
var
client = await
InProcRemoteHostClient
.GetTestClientAsync(workspace).ConfigureAwait(false);
237
using
var
client = await
InProcRemoteHostClient
.GetTestClientAsync(workspace).ConfigureAwait(false);
265
using
var
client = await
InProcRemoteHostClient
.GetTestClientAsync(workspace).ConfigureAwait(false);
317
using
var
client = await
InProcRemoteHostClient
.GetTestClientAsync(workspace).ConfigureAwait(false);
457
using
var
client = await
InProcRemoteHostClient
.GetTestClientAsync(localWorkspace);
724
using
var
client = await
InProcRemoteHostClient
.GetTestClientAsync(workspace).ConfigureAwait(false);
808
using
var
client = await
InProcRemoteHostClient
.GetTestClientAsync(workspace).ConfigureAwait(false);
863
using
var
client = await
InProcRemoteHostClient
.GetTestClientAsync(workspace).ConfigureAwait(false);
1699
private static async Task VerifyAssetStorageAsync(
InProcRemoteHostClient
client, Solution solution)
Services\ServiceHubServicesTests_ExtensionMessageHandler.cs (4)
147
var
client = await
InProcRemoteHostClient
.GetTestClientAsync(localWorkspace);
155
var
client = await
InProcRemoteHostClient
.GetTestClientAsync(localWorkspace);