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