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