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