6 references to ConvertToUnmanaged
Microsoft.DiaSymReader (4)
_generated\15\Microsoft.DiaSymReader.ISymUnmanagedConstant.cs (1)
141__value_native = global::System.Runtime.InteropServices.Marshalling.ComVariantMarshaller.ConvertToUnmanaged(value);
_generated\37\Microsoft.DiaSymReader.ISymUnmanagedWriter5.cs (1)
1180__value_native = global::System.Runtime.InteropServices.Marshalling.ComVariantMarshaller.ConvertToUnmanaged(value);
_generated\38\Microsoft.DiaSymReader.ISymUnmanagedWriter8.cs (1)
809__value_native = global::System.Runtime.InteropServices.Marshalling.ComVariantMarshaller.ConvertToUnmanaged(value);
Writer\SymUnmanagedWriterImpl.cs (1)
360using ComVariant tmp = ComVariantMarshaller.ConvertToUnmanaged(value);
System.Runtime.InteropServices (2)
System\Runtime\InteropServices\Marshalling\ComVariantMarshaller.cs (2)
247return ConvertToUnmanaged(_managed); 265*(ComVariant*)_unmanaged.GetRawDataRef<nint>() = ConvertToUnmanaged(_managed);