8 references to Combine
Microsoft.CodeAnalysis.InteractiveHost (8)
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (1)
694
hc = Hash.
Combine
(char.ToUpperInvariant(ch), hc);
src\Compilers\Core\Portable\InternalUtilities\Hash.cs (7)
24
return
Combine
(currentKey, newKeyPart ? 1 : 0);
64
hashCode = Hash.
Combine
(value.GetHashCode(), hashCode);
84
hashCode = Hash.
Combine
(value.GetHashCode(), hashCode);
107
hashCode = Hash.
Combine
(value.GetHashCode(), hashCode);
133
hashCode = Hash.
Combine
(value.GetHashCode(), hashCode);
158
hashCode = Hash.
Combine
(stringComparer.GetHashCode(value), hashCode);
178
hashCode = Hash.
Combine
(stringComparer.GetHashCode(value), hashCode);