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