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)
1159
if (value.
_h
!=
_h
)
1161
return GetResult(
_h
, value.
_h
);
1435
p += HexsToChars(p,
_h
, _i);
1491
WriteHex(dest, 47,
_h
);
1627
if (left.
_h
!= right.
_h
)
1629
return left.
_h
< right.
_h
;
1688
if (left.
_h
!= right.
_h
)
1690
return left.
_h
< right.
_h
;
1749
if (left.
_h
!= right.
_h
)
1751
return left.
_h
> right.
_h
;
1810
if (left.
_h
!= right.
_h
)
1812
return left.
_h
> right.
_h
;