7 writes to _h
mscorlib (7)
system\guid.cs (7)
65_h = b[12]; 81_h = h; 106_h = d[4]; 124_h = h; 583result.parsedGuid._h = bytes[4]; 663result.parsedGuid._h = (byte)(temp>>24); 741result.parsedGuid._h = (byte)(temp>>24);
17 references to _h
mscorlib (17)
system\guid.cs (17)
908g[12] = _h; 953if (g._h != _h) 982if (g._h != _h) 1038if (g._h!=this._h) { 1039return GetResult((uint)this._h, (uint)g._h); 1088if (value._h!=this._h) { 1089return GetResult((uint)this._h, (uint)value._h); 1125if(a._h != b._h) 1272offset = HexsToChars(guidChars, offset, _h, _i, true); 1289offset = HexsToChars(guidChars, offset, _h, _i);