1 write to ObjectId
System.Private.Windows.Core (1)
System\Private\Windows\BinaryFormat\Serializer\BinaryObjectString.cs (1)
26ObjectId = objectId;
7 references to ObjectId
BinaryFormatTests (2)
FormatTests\FormattedObject\StringRecordsCollectionTests.cs (2)
18((BinaryObjectString)record).ObjectId.Should().Be(1); 28((BinaryObjectString)record).ObjectId.Should().Be(2);
System.Private.Windows.Core (5)
System\Private\Windows\BinaryFormat\Serializer\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);