2 writes to CurrentId
System.Private.Windows.Core (2)
System\Private\Windows\BinaryFormat\Support\StringRecordsCollection.cs (2)
21
public StringRecordsCollection(int currentId) =>
CurrentId
= currentId;
48
CurrentId
++;
5 references to CurrentId
BinaryFormatTests (3)
FormatTests\FormattedObject\StringRecordsCollectionTests.cs (3)
16
collection.
CurrentId
.Should().Be(2);
21
collection.
CurrentId
.Should().Be(2);
26
collection.
CurrentId
.Should().Be(3);
System.Private.Windows.Core (2)
System\Private\Windows\BinaryFormat\Support\StringRecordsCollection.cs (2)
46
_strings[value] =
CurrentId
;
47
IRecord record = new BinaryObjectString(
CurrentId
, value);