2 references to new
Microsoft.Build.Tasks.Core (2)
CommunicationsUtilities.cs (2)
200public static HandshakeResult Success(int value = 0, byte negotiatedPacketVersion = 1) => new(HandshakeStatus.Success, value, null, negotiatedPacketVersion); 208public static HandshakeResult Failure(HandshakeStatus status, string errorMessage) => new(status, 0, errorMessage);