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