5 references to GetStringRecord
BinaryFormatTests (3)
FormatTests\FormattedObject\StringRecordsCollectionTests.cs (3)
15IRecord record = collection.GetStringRecord("Foo")!; 20record = collection.GetStringRecord("Foo")!; 25record = collection.GetStringRecord("Bar")!;
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),