1 instantiation of InProcRemoteHostClient
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Remote\InProcRemostHostClient.cs (1)
30var instance = new InProcRemoteHostClient(services, inprocServices, callbackDispatchers);
44 references to InProcRemoteHostClient
Microsoft.CodeAnalysis.Features.UnitTests (2)
EditAndContinue\RemoteEditAndContinueServiceTests.cs (2)
71var client = await InProcRemoteHostClient.GetTestClientAsync(localWorkspace);
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (5)
Remote\InProcRemostHostClient.cs (4)
30var instance = new InProcRemoteHostClient(services, inprocServices, callbackDispatchers); 46public static async Task<InProcRemoteHostClient> GetTestClientAsync(Workspace workspace) 48var client = (InProcRemoteHostClient?)await TryGetClientAsync(workspace, CancellationToken.None).ConfigureAwait(false);
Remote\InProcRemoteHostClientProvider.cs (1)
89return InProcRemoteHostClient.Create(
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
SolutionTests\SolutionWithSourceGeneratorTests.cs (2)
1411using var client = await InProcRemoteHostClient.GetTestClientAsync(workspace).ConfigureAwait(false);
Roslyn.VisualStudio.Next.UnitTests (35)
Services\ServiceHubServicesTests.cs (31)
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); 1965private static async Task VerifyAssetStorageAsync(InProcRemoteHostClient client, Solution solution)
Services\ServiceHubServicesTests_ExtensionMessageHandler.cs (4)
147var client = await InProcRemoteHostClient.GetTestClientAsync(localWorkspace); 155var client = await InProcRemoteHostClient.GetTestClientAsync(localWorkspace);