1 write to JsonRpc
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.RemoteService.cs (1)
43
JsonRpc
= jsonRpc;
3 references to JsonRpc
InteractiveHost.UnitTests (2)
AbstractInteractiveHostTests.cs (2)
180
await remoteService!.
JsonRpc
.InvokeAsync(nameof(InteractiveHost.Service.RemoteConsoleWriteAsync), InteractiveHost.OutputEncoding.GetBytes(mark), isError).ConfigureAwait(false);
216
return await remoteService!.
JsonRpc
.InvokeAsync<string>(nameof(InteractiveHost.Service.GetRuntimeDirectoryAsync)).ConfigureAwait(false);
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.cs (1)
292
return await remoteService.
JsonRpc
.InvokeAsync<TResult>(targetName, arguments).ConfigureAwait(false);