19 references to GetTestClientAsync
Microsoft.CodeAnalysis.Features.UnitTests (1)
EditAndContinue\RemoteEditAndContinueServiceTests.cs (1)
71var client = await InProcRemoteHostClient.GetTestClientAsync(localWorkspace);
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
SolutionTests\SolutionWithSourceGeneratorTests.cs (1)
1411using var client = await InProcRemoteHostClient.GetTestClientAsync(workspace).ConfigureAwait(false);
Roslyn.VisualStudio.Next.UnitTests (17)
Services\ServiceHubServicesTests.cs (15)
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); 1422using var client = await InProcRemoteHostClient.GetTestClientAsync(workspace).ConfigureAwait(false); 1494using var client = await InProcRemoteHostClient.GetTestClientAsync(workspace).ConfigureAwait(false); 1578using var client = await InProcRemoteHostClient.GetTestClientAsync(workspace).ConfigureAwait(false); 1657using 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);