2 instantiations of ServerNodeHandshake
Microsoft.Build (2)
BackEnd\Client\MSBuildClient.cs (1)
539
return new
ServerNodeHandshake
(CommunicationsUtilities.GetHandshakeOptions(taskHost: false, architectureFlagToSet: XMakeAttributes.GetCurrentMSBuildArchitecture()));
BackEnd\Node\OutOfProcServerNode.cs (1)
103
ServerNodeHandshake handshake =
new
(
7 references to ServerNodeHandshake
Microsoft.Build (7)
BackEnd\Client\MSBuildClient.cs (2)
70
private readonly
ServerNodeHandshake
_handshake;
537
private
ServerNodeHandshake
GetHandshake()
BackEnd\Node\OutOfProcServerNode.cs (5)
103
ServerNodeHandshake
handshake = new(
136
private NodeEngineShutdownReason RunInternal(out Exception? shutdownException,
ServerNodeHandshake
handshake)
173
internal static string GetPipeName(
ServerNodeHandshake
handshake)
176
internal static string GetRunningServerMutexName(
ServerNodeHandshake
handshake)
179
internal static string GetBusyServerMutexName(
ServerNodeHandshake
handshake)