1 write to _hcp
System.Collections.Specialized (1)
src\libraries\System.Private.CoreLib\src\System\Collections\CompatibleComparer.cs (1)
15
_hcp
= hashCodeProvider;
3 references to _hcp
System.Collections.Specialized (3)
src\libraries\System.Private.CoreLib\src\System\Collections\CompatibleComparer.cs (3)
19
internal IHashCodeProvider? HashCodeProvider =>
_hcp
;
51
return
_hcp
!= null ?
52
_hcp
.GetHashCode(obj) :