7 references to GetTestClientAsync
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
EditAndContinue\RemoteEditAndContinueServiceTests.cs (1)
73
var client = await InProcRemoteHostClient.
GetTestClientAsync
(localWorkspace);
Roslyn.VisualStudio.Next.UnitTests (6)
Services\ServiceHubServicesTests.cs (6)
48
using var client = await InProcRemoteHostClient.
GetTestClientAsync
(workspace).ConfigureAwait(false);
70
var client = await InProcRemoteHostClient.
GetTestClientAsync
(workspace).ConfigureAwait(false);
123
using var client = await InProcRemoteHostClient.
GetTestClientAsync
(workspace).ConfigureAwait(false);
180
using var client = await InProcRemoteHostClient.
GetTestClientAsync
(workspace).ConfigureAwait(false);
209
using var client = await InProcRemoteHostClient.
GetTestClientAsync
(workspace).ConfigureAwait(false);
246
using var client = await InProcRemoteHostClient.
GetTestClientAsync
(workspace).ConfigureAwait(false);