3 writes to _h
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Guid.cs (3)
116_h = h; 139_h = d[4]; 156_h = h;
22 references to _h
System.Private.CoreLib (22)
src\libraries\System.Private.CoreLib\src\System\Guid.cs (22)
1159if (value._h != _h) 1161return GetResult(_h, value._h); 1435p += HexsToChars(p, _h, _i); 1491WriteHex(dest, 47, _h); 1626if (left._h != right._h) 1628return left._h < right._h; 1687if (left._h != right._h) 1689return left._h < right._h; 1748if (left._h != right._h) 1750return left._h > right._h; 1809if (left._h != right._h) 1811return left._h > right._h;