3 references to Success
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
848result = HandshakeResult.Success(0, innerResult.NegotiatedPacketVersion);
CommunicationsUtilities.cs (2)
545result = HandshakeResult.Success(0, negotiatedPacketVersion); 639result = HandshakeResult.Success(BitConverter.ToInt32(bytes, 0 /* start index */));