3 writes to _d
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Guid.cs (3)
112
_d
= d;
135
_d
= d[0];
152
_d
= d;
27 references to _d
System.Private.CoreLib (27)
src\libraries\System.Private.CoreLib\src\System\Guid.cs (25)
282
public int Variant =>
_d
>> 4;
328
Unsafe.AsRef(in result.
_d
) = (byte)((result.
_d
& ~Variant10xxMask) | Variant10xxValue);
1127
if (value.
_d
!=
_d
)
1129
return GetResult(
_d
, value.
_d
);
1417
p += HexsToChars(p,
_d
, _e);
1475
WriteHex(dest, 27,
_d
);
1594
if (left.
_d
!= right.
_d
)
1596
return left.
_d
< right.
_d
;
1655
if (left.
_d
!= right.
_d
)
1657
return left.
_d
< right.
_d
;
1716
if (left.
_d
!= right.
_d
)
1718
return left.
_d
> right.
_d
;
1777
if (left.
_d
!= right.
_d
)
1779
return left.
_d
> right.
_d
;
src\libraries\System.Private.CoreLib\src\System\Guid.Unix.cs (2)
31
Unsafe.AsRef(in g.
_d
) = (byte)((g.
_d
& ~Variant10xxMask) | Variant10xxValue);