5 references to SystemTypeMarshaler
mscorlib (5)
system\runtime\interopservices\windowsruntime\icustompropertyprovider.cs (2)
78SystemTypeMarshaler.ConvertToManaged(pIndexedParamType, ref indexedParamType); 107SystemTypeMarshaler.ConvertToNative(target.GetType(), pIndexedParamType);
system\stubhelpers.cs (3)
817SystemTypeMarshaler.ConvertToNative(managedArray[i], &nativeBuffer[i]); 891SystemTypeMarshaler.ConvertToManaged(&nativeBuffer[i], ref managedArray[i]); 950SystemTypeMarshaler.ClearNative(pNativeTypeArray);