3 references to NormalizeToLowercase
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\SolutionState.CachingFilePathComparer.cs (3)
99hash1 = (RuntimeBitOperations.RotateLeft(hash1, 5) + hash1) ^ (p0 | NormalizeToLowercase); 100hash2 = (RuntimeBitOperations.RotateLeft(hash2, 5) + hash2) ^ (p1 | NormalizeToLowercase); 112hash2 = (RuntimeBitOperations.RotateLeft(hash2, 5) + hash2) ^ (p0 | NormalizeToLowercase);