2 references to GetStringRecord
System.Private.Windows.Core (2)
System\Private\Windows\BinaryFormat\BinaryFormatWriter.cs (1)
362
new ArraySingleString(2, new ListConverter<string, object?>(list, strings.
GetStringRecord
), strings).Write(writer);
System\Private\Windows\BinaryFormat\Support\ListConverter.cs (1)
18
string stringValue => strings.
GetStringRecord
(stringValue),