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