1 write to _hcp
mscorlib (1)
system\collections\compatiblecomparer.cs (1)
21
_hcp
= hashCodeProvider;
3 references to _hcp
mscorlib (3)
system\collections\compatiblecomparer.cs (3)
48
if (
_hcp
!= null)
49
return
_hcp
.GetHashCode(obj);
64
return
_hcp
;