3 references to GetHashCode
Microsoft.Build (1)
Evaluation\IntrinsicFunctions.cs (1)
437StringHashingAlgorithm.Legacy => CommunicationsUtilities.GetHashCode(toHash),
Microsoft.Build.Framework (2)
BackEnd\Handshake.cs (2)
101int salt = CommunicationsUtilities.GetHashCode($"{handshakeSalt}{toolsDirectory}{changeWaveSalt}"); 111_netTaskHostSaltDriveCaseVariant = CommunicationsUtilities.GetHashCode($"{handshakeSalt}{alternateToolsDirectory}{changeWaveSalt}");