2 writes to s_formatList
Microsoft.Private.Windows.Core (2)
System\Private\Windows\Ole\DataFormatsCore.cs (2)
51s_formatList ??= []; 116s_formatList ??= [];
5 references to s_formatList
Microsoft.Private.Windows.Core (5)
System\Private\Windows\Ole\DataFormatsCore.cs (5)
37|| TryFindFormat(s_formatList, format, StringComparison.Ordinal, out found) 39|| TryFindFormat(s_formatList, format, StringComparison.OrdinalIgnoreCase, out found)) 53s_formatList.Add(newFormat); 92|| TryFindFormat(s_formatList, shortId, out found)) 118s_formatList.Add(newFormat);