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