3 references to Success
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
542
result = HandshakeResult.
Success
(0);
CommunicationsUtilities.cs (2)
732
result = HandshakeResult.
Success
(0);
814
result = HandshakeResult.
Success
(BitConverter.ToInt32(bytes, 0 /* start index */));