3 writes to _h
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Guid.cs (3)
114_h = h; 137_h = d[4]; 154_h = h;
22 references to _h
System.Private.CoreLib (22)
src\libraries\System.Private.CoreLib\src\System\Guid.cs (22)
1058if (value._h != _h) 1060return GetResult(_h, value._h); 1334p += HexsToChars(p, _h, _i); 1390WriteHex(dest, 47, _h); 1525if (left._h != right._h) 1527return left._h < right._h; 1586if (left._h != right._h) 1588return left._h < right._h; 1647if (left._h != right._h) 1649return left._h > right._h; 1708if (left._h != right._h) 1710return left._h > right._h;