1 instantiation of RpcClient
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\BuildHostProcessManager.cs (1)
478
_rpcClient = new
RpcClient
(pipeClient);
9 references to RpcClient
Microsoft.CodeAnalysis.Workspaces.MSBuild (9)
MSBuild\BuildHostProcessManager.cs (2)
439
private
RpcClient
? _rpcClient;
529
_logger?.LogTrace($"{nameof(
RpcClient
)} has been shut down.");
Rpc\RemoteBuildHost.cs (2)
16
private readonly
RpcClient
_client;
21
public RemoteBuildHost(
RpcClient
client)
Rpc\RemoteProjectFile.cs (2)
15
private readonly
RpcClient
_client;
18
public RemoteProjectFile(
RpcClient
client, int remoteProjectFileTargetObject)
Rpc\RemoteProjectInstance.cs (2)
15
private readonly
RpcClient
_client;
18
public RemoteProjectInstance(
RpcClient
client, int remoteProjectInstanceTargetObject)
Rpc\RpcClient.cs (1)
193
internal readonly struct TestAccessor(
RpcClient
client)