1 write to ObjectId
System.Private.Windows.Core (1)
System\Private\Windows\Core\BinaryFormat\Serializer\BinaryObjectString.cs (1)
26
ObjectId
= objectId;
5 references to ObjectId
System.Private.Windows.Core (5)
System\Private\Windows\Core\BinaryFormat\Serializer\BinaryObjectString.cs (5)
20
Id IRecord.Id =>
ObjectId
;
33
writer.Write(
ObjectId
);
39
|| (obj is BinaryObjectString bos && bos.
ObjectId
==
ObjectId
&& bos.Value == Value);
41
public override int GetHashCode() => HashCode.Combine(
ObjectId
, Value);