1 reference to Success
MSBuildTaskHost (1)
CommunicationsUtilities.cs (1)
150
public static HandshakeResult Success(int value = 0) => new(HandshakeStatus.
Success
, value, null);