3 references to new
Microsoft.Build.Framework (3)
Coordinator\Messages\ServerMessage.Factory.cs (3)
14
new
(ServerMessageType.HandshakeResponse, static (reader, _) => ServerHandshakeMessage.ReadPayload(reader)),
15
new
(ServerMessageType.NodeGrant, static (reader, extendedFieldsByte)
21
new
(ServerMessageType.Error, static (reader, _) => ErrorMessage.ReadPayload(reader)));