1 implementation of TryBindToType
System.Private.Windows.Core (1)
System\Private\Windows\Runtime.cs (1)
34static bool INrbfSerializer.TryBindToType(TypeName typeName, [NotNullWhen(true)] out Type? type) =>
1 reference to TryBindToType
System.Private.Windows.Core (1)
System\Private\Windows\Runtime.cs (1)
35TNrbfSerializer.TryBindToType(typeName, out type);