6 references to GetObjectForNativeVariant
mscorlib (2)
system\runtime\interopservices\marshal.cs (1)
2238return (T)GetObjectForNativeVariant(pSrcNativeVariant);
system\Runtime\InteropServices\Variant.cs (1)
296return Marshal.GetObjectForNativeVariant((System.IntPtr)pThis);
System.Data (1)
fx\src\data\System\Data\OleDb\RowBinding.cs (1)
176value = Marshal.GetObjectForNativeVariant(buffer);
System.ServiceModel (1)
System\ServiceModel\ComIntegration\DispatchProxy.cs (1)
366object ret = Marshal.GetObjectForNativeVariant(GetDisp(baseArray, displacement));
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IManagedPerPropertyBrowsingHandler.cs (1)
239objects[i] = Marshal.GetObjectForNativeVariant(curVariant);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
798varValue = Marshal.GetObjectForNativeVariant(varDesc.unionMember);