3 writes to _h
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Guid.cs (3)
117_h = h; 140_h = d[4]; 157_h = h;
22 references to _h
System.Private.CoreLib (22)
src\runtime\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); 1627if (left._h != right._h) 1629return left._h < right._h; 1688if (left._h != right._h) 1690return left._h < right._h; 1749if (left._h != right._h) 1751return left._h > right._h; 1810if (left._h != right._h) 1812return left._h > right._h;