2 instantiations of ServerHandshakeMessage
Microsoft.Build.Framework (1)
Coordinator\Messages\ServerHandshakeMessage.cs (1)
47
return
new
(ImmutableCollectionsMarshal.AsImmutableArray(capabilities));
MSBuild.Coordinator (1)
CoordinatorServer.Connection.cs (1)
90
WriteServerMessage(new
ServerHandshakeMessage
([Capabilities.NestedGrants]));
3 references to ServerHandshakeMessage
Microsoft.Build (1)
BackEnd\BuildManager\CoordinatorClient.Connection.cs (1)
70
if (response is
ServerHandshakeMessage
serverHandshake)
Microsoft.Build.Framework (2)
Coordinator\Messages\ServerHandshakeMessage.cs (1)
37
internal static
ServerHandshakeMessage
ReadPayload(BinaryReader reader)
Coordinator\Messages\ServerMessage.Factory.cs (1)
14
new(ServerMessageType.HandshakeResponse, static (reader, _) =>
ServerHandshakeMessage
.ReadPayload(reader)),