2 references to GetObjectsForNativeVariants
mscorlib (1)
system\runtime\interopservices\marshal.cs (1)
2249object[] objects = GetObjectsForNativeVariants(aSrcNativeVariant, cVars);
System.ServiceModel (1)
System\ServiceModel\ComIntegration\DispatchProxy.cs (1)
430object[] objects = Marshal.GetObjectsForNativeVariants(pRawData, uBound + 1);