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