2 references to CreateRpc
Microsoft.CodeAnalysis.InteractiveHost (2)
Interactive\Core\InteractiveHost.LazyRemoteService.cs (1)
208jsonRpc = CreateRpc(clientStream, incomingCallTarget: null);
Interactive\Core\InteractiveHost.Service.cs (1)
227var jsonRpc = CreateRpc(serverStream, incomingCallTarget: new Service(invokeOnMainThread));