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