3 writes to _d
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Guid.cs (3)
110_d = d; 133_d = d[0]; 150_d = d;
27 references to _d
System.Private.CoreLib (27)
src\libraries\System.Private.CoreLib\src\System\Guid.cs (25)
280public int Variant => _d >> 4; 326Unsafe.AsRef(in result._d) = (byte)((result._d & ~Variant10xxMask) | Variant10xxValue); 1038if (value._d != _d) 1040return GetResult(_d, value._d); 1328p += HexsToChars(p, _d, _e); 1386WriteHex(dest, 27, _d); 1505if (left._d != right._d) 1507return left._d < right._d; 1566if (left._d != right._d) 1568return left._d < right._d; 1627if (left._d != right._d) 1629return left._d > right._d; 1688if (left._d != right._d) 1690return 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);