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)
365private readonly RpcClient _rpcClient;
Rpc\RemoteBuildHost.cs (2)
13private readonly RpcClient _client; 18public RemoteBuildHost(RpcClient client)
Rpc\RemoteProjectFile.cs (2)
13private readonly RpcClient _client; 16public RemoteProjectFile(RpcClient client, int remoteProjectFileTargetObject)
Rpc\RpcClient.cs (1)
185internal readonly struct TestAccessor(RpcClient client)