5 references to BinaryObjectString
Microsoft.Private.Windows.Core (5)
System\Private\Windows\BinaryFormat\BinaryFormatWriter.cs (4)
45
new
BinaryObjectString
(1, value).Write(writer);
271
typeof(Color).GetField("name", BindingFlags.NonPublic | BindingFlags.Instance)!.GetValue(value) is not string name ? null : new
BinaryObjectString
(2, name),
655
new
BinaryObjectString
(2, Types.NotSupportedExceptionType),
656
new
BinaryObjectString
(3, exception.Message),
System\Private\Windows\BinaryFormat\Support\StringRecordsCollection.cs (1)
47
IRecord record = new
BinaryObjectString
(CurrentId, value);