2 writes to _idHigh
System.Private.DataContractSerialization (2)
System\Xml\UniqueId.cs (2)
77
_idHigh
= UnsafeGetInt64(&pb[8]);
194
_idHigh
= UnsafeGetInt64(&bytes[8]);
6 references to _idHigh
System.Private.DataContractSerialization (6)
System\Xml\UniqueId.cs (6)
142
public bool IsGuid => ((_idLow |
_idHigh
) != 0);
225
UnsafeSetInt64(
_idHigh
, &bytes[8]);
294
UnsafeSetInt64(
_idHigh
, &pb[8]);
313
return id1._idLow == id2._idLow && id1.
_idHigh
== id2.
_idHigh
;
333
long hash = (_idLow ^
_idHigh
);