3 writes to _i
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Guid.cs (3)
118_i = i; 141_i = d[5]; 158_i = i;
22 references to _i
System.Private.CoreLib (22)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Guid.cs (22)
1164if (value._i != _i) 1166return GetResult(_i, value._i); 1435p += HexsToChars(p, _h, _i); 1492WriteHex(dest, 52, _i); 1632if (left._i != right._i) 1634return left._i < right._i; 1693if (left._i != right._i) 1695return left._i < right._i; 1754if (left._i != right._i) 1756return left._i > right._i; 1815if (left._i != right._i) 1817return left._i > right._i;