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)
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);
Services\ServiceHubServicesTests_ExtensionMessageHandler.cs (2)
147var client = await InProcRemoteHostClient.GetTestClientAsync(localWorkspace); 155var client = await InProcRemoteHostClient.GetTestClientAsync(localWorkspace);