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