2 instantiations of ServerNodeHandshake
Microsoft.Build.Tasks.Core (2)
AssemblyDependency\Node\OutOfProcRarClient.cs (1)
22
ServerNodeHandshake handshake =
new
(HandshakeOptions.None);
AssemblyDependency\Node\OutOfProcRarNode.cs (1)
20
private readonly ServerNodeHandshake _handshake =
new
(HandshakeOptions.None);
5 references to ServerNodeHandshake
Microsoft.Build.Tasks.Core (5)
AssemblyDependency\Node\OutOfProcRarClient.cs (1)
22
ServerNodeHandshake
handshake = new(HandshakeOptions.None);
AssemblyDependency\Node\OutOfProcRarNode.cs (1)
20
private readonly
ServerNodeHandshake
_handshake = new(HandshakeOptions.None);
AssemblyDependency\Node\OutOfProcRarNodeEndpoint.cs (1)
24
ServerNodeHandshake
handshake,
NamedPipeUtil.cs (2)
47
internal static string GetRarNodePipeName(
ServerNodeHandshake
handshake)
50
internal static string GetRarNodeEndpointPipeName(
ServerNodeHandshake
handshake)