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