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