1 instantiation of RpcClient
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\BuildHostProcessManager.cs (1)
392
_rpcClient = new
RpcClient
(sendingStream: pipeClient, receivingStream: pipeClient);
6 references to RpcClient
Microsoft.CodeAnalysis.Workspaces.MSBuild (6)
MSBuild\BuildHostProcessManager.cs (1)
365
private readonly
RpcClient
_rpcClient;
Rpc\RemoteBuildHost.cs (2)
13
private readonly
RpcClient
_client;
18
public RemoteBuildHost(
RpcClient
client)
Rpc\RemoteProjectFile.cs (2)
13
private readonly
RpcClient
_client;
16
public RemoteProjectFile(
RpcClient
client, int remoteProjectFileTargetObject)
Rpc\RpcClient.cs (1)
185
internal readonly struct TestAccessor(
RpcClient
client)