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)
1147if (value._h != _h) 1149return GetResult(_h, value._h); 1423p += HexsToChars(p, _h, _i); 1479WriteHex(dest, 47, _h); 1614if (left._h != right._h) 1616return left._h < right._h; 1675if (left._h != right._h) 1677return left._h < right._h; 1736if (left._h != right._h) 1738return left._h > right._h; 1797if (left._h != right._h) 1799return left._h > right._h;