1 instantiation of RpcMethodInvoker
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Rpc\RpcServer.cs (1)
46public 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; 50public RpcServer(PipeStream stream, RpcMethodInvoker methodInvoker) 176result = await RpcMethodInvoker.GetTaskResultAsync(resultTask, calledMethod: method).ConfigureAwait(false);