3 writes to _d
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Guid.cs (3)
113
_d
= d;
136
_d
= d[0];
153
_d
= d;
27 references to _d
System.Private.CoreLib (27)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Guid.cs (25)
283
public int Variant =>
_d
>> 4;
329
Unsafe.AsRef(in result.
_d
) = (byte)((result.
_d
& ~Variant10xxMask) | Variant10xxValue);
1139
if (value.
_d
!=
_d
)
1141
return GetResult(
_d
, value.
_d
);
1429
p += HexsToChars(p,
_d
, _e);
1487
WriteHex(dest, 27,
_d
);
1607
if (left.
_d
!= right.
_d
)
1609
return left.
_d
< right.
_d
;
1668
if (left.
_d
!= right.
_d
)
1670
return left.
_d
< right.
_d
;
1729
if (left.
_d
!= right.
_d
)
1731
return left.
_d
> right.
_d
;
1790
if (left.
_d
!= right.
_d
)
1792
return left.
_d
> right.
_d
;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Guid.Unix.cs (2)
31
Unsafe.AsRef(in g.
_d
) = (byte)((g.
_d
& ~Variant10xxMask) | Variant10xxValue);