7 writes to _k
mscorlib (7)
system\guid.cs (7)
68_k = b[15]; 84_k = k; 109_k = d[7]; 127_k = k; 586result.parsedGuid._k = bytes[7]; 666result.parsedGuid._k = (byte)(temp); 744result.parsedGuid._k = (byte)(temp);
18 references to _k
mscorlib (18)
system\guid.cs (18)
911g[15] = _k; 925return _a ^ (((int)_b << 16) | (int)(ushort)_c) ^ (((int)_f << 24) | _k); 959if (g._k != _k) 988if (g._k != _k) 1050if (g._k!=this._k) { 1051return GetResult((uint)this._k, (uint)g._k); 1100if (value._k!=this._k) { 1101return GetResult((uint)this._k, (uint)value._k); 1131if(a._k != b._k) 1274offset = HexsToChars(guidChars, offset, _j, _k, true); 1290offset = HexsToChars(guidChars, offset, _j, _k);