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