1 implementation of GetHashCode
Microsoft.Build (1)
MSBuildNameIgnoreCaseComparer.cs (1)
112public int GetHashCode(string obj, int start, int length)
1 reference to GetHashCode
Microsoft.Build (1)
Collections\RetrievableEntryHashSet\RetrievableEntryHashSet.cs (1)
909return _constrainedComparer.GetHashCode(item, index, length) & Lower31BitMask;