2 implementations of
System.Private.Windows.Core (2)
System\Private\Windows\Core\BinaryFormat\RecordMap.cs (1)
13public IRecord this[Id id] => _recordMap[id];
System\Private\Windows\Core\BinaryFormat\Support\StringRecordsCollection.cs (1)
17public IRecord this[Id id] => _memberReferences[id];
1 reference to
System.Private.Windows.Core (1)
System\Private\Windows\Core\BinaryFormat\BinaryFormattedObjectExtensions.cs (1)
13MemberReference reference => recordMap[reference.IdRef],