2 writes to s_formatList
System.Private.Windows.Core (2)
System\Private\Windows\Ole\DataFormatsCore.cs (2)
43s_formatList ??= []; 108s_formatList ??= [];
5 references to s_formatList
System.Private.Windows.Core (5)
System\Private\Windows\Ole\DataFormatsCore.cs (5)
29|| TryFindFormat(s_formatList, format, StringComparison.Ordinal, out found) 31|| TryFindFormat(s_formatList, format, StringComparison.OrdinalIgnoreCase, out found)) 45s_formatList.Add(newFormat); 84|| TryFindFormat(s_formatList, shortId, out found)) 110s_formatList.Add(newFormat);