3 types derived from ClassRecord
System.Private.Windows.Core (3)
System\Private\Windows\Core\BinaryFormat\ClassWithId.cs (1)
18internal sealed class ClassWithId : ClassRecord, IRecord<ClassWithId>
System\Private\Windows\Core\BinaryFormat\ClassWithMembersAndTypes.cs (1)
17ClassRecord,
System\Private\Windows\Core\BinaryFormat\SystemClassWithMembersAndTypes.cs (1)
17ClassRecord,
3 references to ClassRecord
System.Private.Windows.Core (3)
System\Private\Windows\Core\BinaryFormat\ClassWithId.cs (3)
20private readonly ClassRecord _metadataClass; 31public ClassWithId(Id id, ClassRecord metadataClass, IReadOnlyList<object?> memberValues) 40public ClassWithId(Id id, ClassRecord metadataClass, params object?[] memberValues)