1 write to _hcp
System (1)
compmod\system\collections\specialized\nameobjectcollectionbase.cs (1)
762
_hcp
= hashCodeProvider;
3 references to _hcp
System (3)
compmod\system\collections\specialized\nameobjectcollectionbase.cs (3)
797
if (
_hcp
!= null)
798
return
_hcp
.GetHashCode(obj);
811
return
_hcp
;