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