2 writes to CurrentId
System.Private.Windows.Core (2)
System\Private\Windows\BinaryFormat\Support\StringRecordsCollection.cs (2)
21public StringRecordsCollection(int currentId) => CurrentId = currentId; 48CurrentId++;
2 references to CurrentId
System.Private.Windows.Core (2)
System\Private\Windows\BinaryFormat\Support\StringRecordsCollection.cs (2)
46_strings[value] = CurrentId; 47IRecord record = new BinaryObjectString(CurrentId, value);