1 instantiation of InProcRemoteHostClient
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Remote\InProcRemostHostClient.cs (1)
36var instance = new InProcRemoteHostClient(services, inprocServices, callbackDispatchers);
20 references to InProcRemoteHostClient
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
EditAndContinue\RemoteEditAndContinueServiceTests.cs (2)
73var client = await InProcRemoteHostClient.GetTestClientAsync(localWorkspace);
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (5)
Remote\InProcRemostHostClient.cs (4)
36var instance = new InProcRemoteHostClient(services, inprocServices, callbackDispatchers); 54public static async Task<InProcRemoteHostClient> GetTestClientAsync(Workspace workspace) 56var client = (InProcRemoteHostClient?)await TryGetClientAsync(workspace, CancellationToken.None).ConfigureAwait(false);
Remote\InProcRemoteHostClientProvider.cs (1)
73() => InProcRemoteHostClient.Create(
Roslyn.VisualStudio.Next.UnitTests (13)
Services\ServiceHubServicesTests.cs (13)
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); 422private static async Task VerifyAssetStorageAsync(InProcRemoteHostClient client, Solution solution)