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); 1140if (value._d != _d) 1142return GetResult(_d, value._d); 1430p += HexsToChars(p, _d, _e); 1488WriteHex(dest, 27, _d); 1607if (left._d != right._d) 1609return left._d < right._d; 1668if (left._d != right._d) 1670return left._d < right._d; 1729if (left._d != right._d) 1731return left._d > right._d; 1790if (left._d != right._d) 1792return 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);