5 instantiations of BinaryObjectString
System.Private.Windows.Core (5)
System\Private\Windows\Core\BinaryFormat\BinaryFormatWriter.cs (4)
45new BinaryObjectString(1, value).Write(writer); 271typeof(Color).GetField("name", BindingFlags.NonPublic | BindingFlags.Instance)!.GetValue(value) is not string name ? null : new BinaryObjectString(2, name), 658new BinaryObjectString(2, TypeInfo.NotSupportedExceptionType), 659new BinaryObjectString(3, exception.Message),
System\Private\Windows\Core\BinaryFormat\Support\StringRecordsCollection.cs (1)
45IRecord record = new BinaryObjectString(CurrentId, value);
4 references to BinaryObjectString
System.Private.Windows.Core (4)
System\Private\Windows\Core\BinaryFormat\ArraySingleString.StringListAdapter.cs (1)
24IRecord record => _recordMap.Dereference(record) is BinaryObjectString stringRecord
System\Private\Windows\Core\BinaryFormat\BinaryObjectString.cs (2)
16internal sealed class BinaryObjectString : IWritableRecord, IRecord<BinaryObjectString> 39|| (obj is BinaryObjectString bos && bos.ObjectId == ObjectId && bos.Value == Value);
System\Private\Windows\Core\BinaryFormat\Support\StringRecordsCollection.cs (1)
7/// Helper to create and track records for <see cref="BinaryObjectString"/> and <see cref="MemberReference"/>