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