2 writes to s_formatList
System.Private.Windows.Core (2)
System\Private\Windows\Ole\DataFormatsCore.cs (2)
43
s_formatList
??= [];
108
s_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))
45
s_formatList
.Add(newFormat);
84
|| TryFindFormat(
s_formatList
, shortId, out found))
110
s_formatList
.Add(newFormat);