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)
19internal IHashCodeProvider? HashCodeProvider => _hcp; 51return _hcp != null ? 52_hcp.GetHashCode(obj) :