2 references to new
MSBuild (2)
CommunicationsUtilities.cs (2)
199public static HandshakeResult Success(int value = 0, byte negotiatedPacketVersion = 1) => new(HandshakeStatus.Success, value, null, negotiatedPacketVersion); 207public static HandshakeResult Failure(HandshakeStatus status, string errorMessage) => new(status, 0, errorMessage);