2 writes to _idHigh
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\UniqueId.cs (2)
97_idHigh = UnsafeGetInt64(&pb[8]); 256_idHigh = UnsafeGetInt64(&bytes[8]);
6 references to _idHigh
dotnet-svcutil-lib (6)
FrameworkFork\System.Runtime.Serialization\System\Xml\UniqueId.cs (6)
193return ((_idLow | _idHigh) != 0); 288UnsafeSetInt64(_idHigh, &bytes[8]); 370UnsafeSetInt64(_idHigh, &pb[8]); 404return id1._idLow == id2._idLow && id1._idHigh == id2._idHigh; 424Int64 hash = (_idLow ^ _idHigh);