5 references to InternalMarvin32HashString
mscorlib (5)
system\collections\generic\equalitycomparer.cs (3)
526
return String.
InternalMarvin32HashString
(obj, obj.Length, _entropy);
535
if(sObj != null) return String.
InternalMarvin32HashString
(sObj, sObj.Length, _entropy);
587
if(sObj != null) return String.
InternalMarvin32HashString
(sObj, sObj.Length, _entropy);
system\string.cs (1)
838
return
InternalMarvin32HashString
(this, this.Length, 0);
system\stringcomparer.cs (1)
440
return String.
InternalMarvin32HashString
(obj, obj.Length, _entropy);