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)
21
private readonly Dictionary<string,
DataStoreEntry
> _mappedData = new(BackCompatibleStringComparer.Default);
60
if (_mappedData.TryGetValue(format, out
DataStoreEntry
entry))