2 references to RotateLeft
Microsoft.NET.StringTools (2)
InternableString.cs (2)
368
hash = (
RotateLeft
(hash, 5) + hash) ^ *ptr;
374
hash = (
RotateLeft
(hash, 5) + hash) ^ (BitConverter.IsLittleEndian ? *((char*)ptr) : ((uint)*((char*)ptr) << 16));