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