1 write to s_predefinedFormatList
System.Private.Windows.Core (1)
System\Private\Windows\Ole\DataFormatsCore.cs (1)
143
s_predefinedFormatList
??=
4 references to s_predefinedFormatList
System.Private.Windows.Core (4)
System\Private\Windows\Ole\DataFormatsCore.cs (4)
28
if (TryFindFormat(
s_predefinedFormatList
, format, StringComparison.Ordinal, out var found)
30
|| TryFindFormat(
s_predefinedFormatList
, format, StringComparison.OrdinalIgnoreCase, out found)
83
if (TryFindFormat(
s_predefinedFormatList
, shortId, out T? found)
140
[MemberNotNull(nameof(
s_predefinedFormatList
))]