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