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)
72
using
var
client = await
InProcRemoteHostClient
.GetTestClientAsync(workspace).ConfigureAwait(false);
94
var
client = await
InProcRemoteHostClient
.GetTestClientAsync(workspace).ConfigureAwait(false);
147
using
var
client = await
InProcRemoteHostClient
.GetTestClientAsync(workspace).ConfigureAwait(false);
198
using
var
client = await
InProcRemoteHostClient
.GetTestClientAsync(workspace).ConfigureAwait(false);
240
using
var
client = await
InProcRemoteHostClient
.GetTestClientAsync(workspace).ConfigureAwait(false);
268
using
var
client = await
InProcRemoteHostClient
.GetTestClientAsync(workspace).ConfigureAwait(false);
320
using
var
client = await
InProcRemoteHostClient
.GetTestClientAsync(workspace).ConfigureAwait(false);
460
using
var
client = await
InProcRemoteHostClient
.GetTestClientAsync(localWorkspace);
727
using
var
client = await
InProcRemoteHostClient
.GetTestClientAsync(workspace).ConfigureAwait(false);
811
using
var
client = await
InProcRemoteHostClient
.GetTestClientAsync(workspace).ConfigureAwait(false);
866
using
var
client = await
InProcRemoteHostClient
.GetTestClientAsync(workspace).ConfigureAwait(false);
1702
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);