2 writes to s_formatList
Microsoft.Private.Windows.Core (2)
System\Private\Windows\Ole\DataFormatsCore.cs (2)
51
s_formatList
??= [];
116
s_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))
53
s_formatList
.Add(newFormat);
92
|| TryFindFormat(
s_formatList
, shortId, out found))
118
s_formatList
.Add(newFormat);