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