4 references to IsAssignableTo
Microsoft.Private.Windows.Core (4)
System\Private\Windows\Ole\BinaryFormatUtilities.cs (2)
140&& !(type == typeof(T) || binder.BindToType(record.TypeName).IsAssignableTo(typeof(T)))) 181if (!binder.BindToType(record.TypeName).IsAssignableTo(typeof(T)))
Windows\Win32\System\Com\SafeArrayScope.cs (2)
66else if (typeof(T).IsAssignableTo(typeof(IComIID))) 104else if (typeof(T) == typeof(nint) || typeof(T).IsAssignableTo(typeof(IComIID)))