1 instantiation of NodePipeClient
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\Node\OutOfProcRarClient.cs (1)
23
_pipeClient = new
NodePipeClient
(NamedPipeUtil.GetRarNodeEndpointPipeName(handshake), handshake);
1 reference to NodePipeClient
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\Node\OutOfProcRarClient.cs (1)
18
private readonly
NodePipeClient
_pipeClient;