4 references to ConvertToManaged
Microsoft.DiaSymReader (2)
_generated\15\Microsoft.DiaSymReader.ISymUnmanagedConstant.cs (1)
113value = global::System.Runtime.InteropServices.Marshalling.ComVariantMarshaller.ConvertToManaged(__value_native);
_generated\37\Microsoft.DiaSymReader.ISymUnmanagedWriter5.cs (1)
1209value = global::System.Runtime.InteropServices.Marshalling.ComVariantMarshaller.ConvertToManaged(__value_native);
System.Runtime.InteropServices (2)
System\Runtime\InteropServices\Marshalling\ComVariantMarshaller.cs (2)
169return ConvertToManaged(*(ComVariant*)unmanaged.GetRawDataRef<nint>()); 342public object? ToManaged() => ConvertToManaged(_unmanaged);