1 instantiation of RpcMethodInvoker
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Rpc\RpcServer.cs (1)
41public RpcServer(PipeStream stream) : this(stream, new RpcMethodInvoker())
3 references to RpcMethodInvoker
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (3)
Rpc\RpcServer.cs (3)
34private readonly RpcMethodInvoker _rpcMethodInvoker; 45public RpcServer(PipeStream stream, RpcMethodInvoker methodInvoker) 149result = await RpcMethodInvoker.GetTaskResultAsync(resultTask, calledMethod: method).ConfigureAwait(false);