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