24 references to ClrDataILAddressMap
Microsoft.Diagnostics.DataContractReader.Legacy (24)
_generated\67\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataMethodInstance.cs (20)
21
public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, uint, uint*, global::Microsoft.Diagnostics.DataContractReader.Legacy.
ClrDataILAddressMap
*, int> GetILAddressMap_14;
604
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataMethodInstance.GetILAddressMap(uint mapLen, uint* mapNeeded, global::Microsoft.Diagnostics.DataContractReader.Legacy.
ClrDataILAddressMap
[] maps)
607
var __target = ((delegate* unmanaged[MemberFunction]<void*, uint, uint*, global::Microsoft.Diagnostics.DataContractReader.Legacy.
ClrDataILAddressMap
*, int> )__vtable[14]);
611
fixed (void* __maps_native = &global::System.Runtime.InteropServices.Marshalling.ArrayMarshaller<global::Microsoft.Diagnostics.DataContractReader.Legacy.
ClrDataILAddressMap
, global::Microsoft.Diagnostics.DataContractReader.Legacy.
ClrDataILAddressMap
>.ManagedToUnmanagedIn.GetPinnableReference(maps))
613
__retVal = __target(__this, mapLen, mapNeeded, (global::Microsoft.Diagnostics.DataContractReader.Legacy.
ClrDataILAddressMap
*)__maps_native);
623
internal static int ABI_GetILAddressMap(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, uint mapLen, uint* mapNeeded, global::Microsoft.Diagnostics.DataContractReader.Legacy.
ClrDataILAddressMap
* __maps_native)
626
global::Microsoft.Diagnostics.DataContractReader.Legacy.
ClrDataILAddressMap
[] maps = default;
635
maps = global::System.Runtime.InteropServices.Marshalling.ArrayMarshaller<global::Microsoft.Diagnostics.DataContractReader.Legacy.
ClrDataILAddressMap
, global::Microsoft.Diagnostics.DataContractReader.Legacy.
ClrDataILAddressMap
>.AllocateContainerForManagedElements(__maps_native, __maps_native__numElements);
636
global::System.Runtime.InteropServices.Marshalling.ArrayMarshaller<global::Microsoft.Diagnostics.DataContractReader.Legacy.
ClrDataILAddressMap
, global::Microsoft.Diagnostics.DataContractReader.Legacy.
ClrDataILAddressMap
>.GetUnmanagedValuesSource(__maps_native, __maps_native__numElements).CopyTo(global::System.Runtime.InteropServices.Marshalling.ArrayMarshaller<global::Microsoft.Diagnostics.DataContractReader.Legacy.
ClrDataILAddressMap
, global::Microsoft.Diagnostics.DataContractReader.Legacy.
ClrDataILAddressMap
>.GetManagedValuesDestination(maps));
640
global::System.Runtime.InteropServices.Marshalling.ArrayMarshaller<global::Microsoft.Diagnostics.DataContractReader.Legacy.
ClrDataILAddressMap
, global::Microsoft.Diagnostics.DataContractReader.Legacy.
ClrDataILAddressMap
>.GetManagedValuesDestination(maps).CopyTo(global::System.Runtime.InteropServices.MemoryMarshal.CreateSpan(ref global::System.Runtime.InteropServices.MemoryMarshal.GetReference(global::System.Runtime.InteropServices.Marshalling.ArrayMarshaller<global::Microsoft.Diagnostics.DataContractReader.Legacy.
ClrDataILAddressMap
, global::Microsoft.Diagnostics.DataContractReader.Legacy.
ClrDataILAddressMap
>.GetUnmanagedValuesSource(__maps_native, __maps_native__numElements)), global::System.Runtime.InteropServices.Marshalling.ArrayMarshaller<global::Microsoft.Diagnostics.DataContractReader.Legacy.
ClrDataILAddressMap
, global::Microsoft.Diagnostics.DataContractReader.Legacy.
ClrDataILAddressMap
>.GetUnmanagedValuesSource(__maps_native, __maps_native__numElements).Length));
ClrDataMethodInstance.cs (3)
423
int IXCLRDataMethodInstance.GetILAddressMap(uint mapLen, uint* mapNeeded, [In, Out, MarshalUsing(CountElementName = "mapLen")]
ClrDataILAddressMap
[]? maps)
488
ClrDataILAddressMap
[]? mapsLocal = mapLen > 0 ? new
ClrDataILAddressMap
[mapLen] : null;
IXCLRData.cs (1)
627
[In, Out, MarshalUsing(CountElementName = nameof(mapLen))]
ClrDataILAddressMap
[]? maps);