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