10 references to ComVariantMarshaller
Microsoft.DiaSymReader (9)
_generated\15\Microsoft.DiaSymReader.ISymUnmanagedConstant.cs (3)
113value = global::System.Runtime.InteropServices.Marshalling.ComVariantMarshaller.ConvertToManaged(__value_native); 120global::System.Runtime.InteropServices.Marshalling.ComVariantMarshaller.Free(__value_native); 141__value_native = global::System.Runtime.InteropServices.Marshalling.ComVariantMarshaller.ConvertToUnmanaged(value);
_generated\37\Microsoft.DiaSymReader.ISymUnmanagedWriter5.cs (3)
1180__value_native = global::System.Runtime.InteropServices.Marshalling.ComVariantMarshaller.ConvertToUnmanaged(value); 1194global::System.Runtime.InteropServices.Marshalling.ComVariantMarshaller.Free(__value_native); 1209value = global::System.Runtime.InteropServices.Marshalling.ComVariantMarshaller.ConvertToManaged(__value_native);
_generated\38\Microsoft.DiaSymReader.ISymUnmanagedWriter8.cs (2)
809__value_native = global::System.Runtime.InteropServices.Marshalling.ComVariantMarshaller.ConvertToUnmanaged(value); 823global::System.Runtime.InteropServices.Marshalling.ComVariantMarshaller.Free(__value_native);
Writer\SymUnmanagedWriterImpl.cs (1)
360using ComVariant tmp = ComVariantMarshaller.ConvertToUnmanaged(value);
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\ComVariantMarshaller.cs (1)
18[CustomMarshaller(typeof(object), MarshalMode.Default, typeof(ComVariantMarshaller))]