1 reference to Success
Microsoft.Build.Tasks.Core (1)
CommunicationsUtilities.cs (1)
200public static HandshakeResult Success(int value = 0, byte negotiatedPacketVersion = 1) => new(HandshakeStatus.Success, value, null, negotiatedPacketVersion);