2 overrides of ObjectId
System.Private.Windows.Core (2)
System\Private\Windows\Core\BinaryFormat\Serializer\ArrayRecord.cs (1)
26
public override Id
ObjectId
=> _arrayInfo.ObjectId;
System\Private\Windows\Core\BinaryFormat\Serializer\ClassRecord.cs (1)
24
public override Id
ObjectId
=> ClassInfo.ObjectId;
1 reference to ObjectId
System.Private.Windows.Core (1)
System\Private\Windows\Core\BinaryFormat\Serializer\ObjectRecord.cs (1)
10
private protected override Id Id =>
ObjectId
;