3 writes to hash
System (3)
net\System\Net\NetworkInformation\PhysicalAddress.cs (3)
26
hash
= 0;
32
hash
^= (int)address[i]
46
hash
^= remnant;
1 reference to hash
System (1)
net\System\Net\NetworkInformation\PhysicalAddress.cs (1)
49
return
hash
;