2 writes to idLow
System.Runtime.Serialization (2)
System\Xml\UniqueID.cs (2)
71
this.
idLow
= UnsafeGetInt64(pb);
215
this.
idLow
= UnsafeGetInt64(bytes);
6 references to idLow
System.Runtime.Serialization (6)
System\Xml\UniqueID.cs (6)
156
return ((
idLow
| idHigh) != 0);
245
UnsafeSetInt64(this.
idLow
, bytes);
325
UnsafeSetInt64(this.
idLow
, pb);
358
return id1.
idLow
== id2.
idLow
&& id1.idHigh == id2.idHigh;
378
Int64 hash = (
idLow
^ idHigh);