1 write to MetadataId
System.Private.Windows.Core (1)
System\Private\Windows\Core\BinaryFormat\Serializer\ClassWithId.cs (1)
35
MetadataId
= metadataClass.ObjectId;
2 references to MetadataId
System.Private.Windows.Core (2)
System\Private\Windows\Core\BinaryFormat\Serializer\ClassWithId.cs (2)
51
writer.Write(
MetadataId
);
69
public static implicit operator Id(ClassWithId value) => value.
MetadataId
;