3 references to TryBindToType
System.Private.Windows.Core (3)
System\Private\Windows\Nrbf\INrbfSerializer.cs (1)
47
/// <see cref="
TryBindToType
(TypeName, out Type?)"/> and <see cref="TryGetObject(SerializationRecord, out object?)"/>
System\Private\Windows\Ole\BinaryFormatUtilities.cs (1)
133
if (TNrbfSerializer.
TryBindToType
(record.TypeName, out Type? type))
System\Private\Windows\Ole\TypeBinder.cs (1)
145
&& TNrbfSerializer.
TryBindToType
(typeName, out type)