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