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)
282public int Variant => _d >> 4; 328Unsafe.AsRef(in result._d) = (byte)((result._d & ~Variant10xxMask) | Variant10xxValue); 1127if (value._d != _d) 1129return GetResult(_d, value._d); 1417p += HexsToChars(p, _d, _e); 1475WriteHex(dest, 27, _d); 1594if (left._d != right._d) 1596return left._d < right._d; 1655if (left._d != right._d) 1657return left._d < right._d; 1716if (left._d != right._d) 1718return left._d > right._d; 1777if (left._d != right._d) 1779return left._d > right._d;
src\libraries\System.Private.CoreLib\src\System\Guid.Unix.cs (2)
31Unsafe.AsRef(in g._d) = (byte)((g._d & ~Variant10xxMask) | Variant10xxValue);