2 instantiations of ServerHandshakeMessage
Microsoft.Build.Framework (1)
Coordinator\Messages\ServerHandshakeMessage.cs (1)
48
return
new
(ImmutableCollectionsMarshal.AsImmutableArray(capabilities));
MSBuild.Coordinator (1)
CoordinatorServer.cs (1)
173
initialWriter.Write(new
ServerHandshakeMessage
([]));
5 references to ServerHandshakeMessage
Microsoft.Build (3)
BackEnd\BuildManager\CoordinatorClient.cs (3)
348
if (TrySendHandshake(connectionId, settings.ProcessId, reader, writer, output) is not
ServerHandshakeMessage
serverHandshake)
449
private static
ServerHandshakeMessage
? TrySendHandshake(
467
if (response is not
ServerHandshakeMessage
serverHandshake)
Microsoft.Build.Framework (2)
Coordinator\Messages\ServerHandshakeMessage.cs (1)
38
internal static
ServerHandshakeMessage
ReadPayload(BinaryReader reader)
Coordinator\Messages\ServerMessage.cs (1)
21
ServerMessageType.HandshakeResponse =>
ServerHandshakeMessage
.ReadPayload(reader),