3 references to QueryInterface
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
BlindAggregatorFactory.cs (1)
155
return Marshal.
QueryInterface
(pThis->_innerUnknown, ref riid, out pvObject);
System.Runtime.InteropServices (2)
System\Runtime\InteropServices\Marshalling\ComInterfaceMarshaller.cs (1)
79
if (Marshal.
QueryInterface
(unknown, in Nullable.GetValueRefOrDefaultRef(in TargetInterfaceIID), out nint interfacePointer) != 0)
System\Runtime\InteropServices\Marshalling\FreeThreadedStrategy.cs (1)
21
int hr = Marshal.
QueryInterface
((nint)thisPtr, handle, out nint ppv);