10 references to ComVariantMarshaller
Microsoft.DiaSymReader (9)
_generated\15\Microsoft.DiaSymReader.ISymUnmanagedConstant.cs (3)
113
value = global::System.Runtime.InteropServices.Marshalling.
ComVariantMarshaller
.ConvertToManaged(__value_native);
120
global::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);
1194
global::System.Runtime.InteropServices.Marshalling.
ComVariantMarshaller
.Free(__value_native);
1209
value = 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);
823
global::System.Runtime.InteropServices.Marshalling.
ComVariantMarshaller
.Free(__value_native);
Writer\SymUnmanagedWriterImpl.cs (1)
360
using ComVariant tmp =
ComVariantMarshaller
.ConvertToUnmanaged(value);
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\ComVariantMarshaller.cs (1)
18
[CustomMarshaller(typeof(object), MarshalMode.Default, typeof(
ComVariantMarshaller
))]