14 references to GetTestClientAsync
Microsoft.CodeAnalysis.Features.UnitTests (1)
EditAndContinue\RemoteEditAndContinueServiceTests.cs (1)
71var client = await InProcRemoteHostClient.GetTestClientAsync(localWorkspace);
Roslyn.VisualStudio.Next.UnitTests (13)
Services\ServiceHubServicesTests.cs (11)
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);
Services\ServiceHubServicesTests_ExtensionMessageHandler.cs (2)
147var client = await InProcRemoteHostClient.GetTestClientAsync(localWorkspace); 155var client = await InProcRemoteHostClient.GetTestClientAsync(localWorkspace);