1 instantiation of DataStoreEntry
System.Private.Windows.Core (1)
System\Private\Windows\Ole\DataStore.cs (1)
91_mappedData[format] = new DataStoreEntry(data, autoConvert);
2 references to DataStoreEntry
System.Private.Windows.Core (2)
System\Private\Windows\Ole\DataStore.cs (2)
12private readonly Dictionary<string, DataStoreEntry> _mappedData = new(BackCompatibleStringComparer.Default); 51if (_mappedData.TryGetValue(format, out DataStoreEntry? entry))