3 references to GetHashCode
Microsoft.Build (2)
Evaluation\IntrinsicFunctions.cs (2)
435=> CommunicationsUtilities.GetHashCode(toHash); 449StringHashingAlgorithm.Legacy => CommunicationsUtilities.GetHashCode(toHash),
Microsoft.Build.Framework (1)
BackEnd\Handshake.cs (1)
83int salt = CommunicationsUtilities.GetHashCode($"{handshakeSalt}{toolsDirectory}");