3 references to QueryInterface
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (2)
300return QueryInterface(in riid, out ppvObject); 1565int resultCode = wrapper->QueryInterface(in targetIID, out comObjectInterface);
System\Runtime\InteropServices\ComWrappers.NativeAot.cs (1)
70return wrapper->QueryInterface(in *guid, out *ppObject);