1 implementation of IsFullySupportedType
Microsoft.Private.Windows.Core (1)
System\Private\Windows\Nrbf\CoreNrbfSerializer.cs (1)
168
bool INrbfSerializer.
IsFullySupportedType
(Type type) => IsFullySupportedType(type);
2 references to IsFullySupportedType
Microsoft.Private.Windows.Core (2)
System\Private\Windows\Ole\BinaryFormatUtilities.cs (1)
157
else if (s_nrbfSerializer.
IsFullySupportedType
(type))
System\Private\Windows\Ole\TypeBinder.cs (1)
149
&& !s_nrbfSerializer.
IsFullySupportedType
(type))