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