1 instantiation of RpcClient
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\BuildHostProcessManager.cs (1)
367_rpcClient = new RpcClient(sendingStream: _process.StandardInput.BaseStream, receivingStream: _process.StandardOutput.BaseStream);
6 references to RpcClient
Microsoft.CodeAnalysis.Workspaces.MSBuild (6)
MSBuild\BuildHostProcessManager.cs (1)
347private 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)
168internal readonly struct TestAccessor(RpcClient client)