24 references to ClrDataILAddressMap
Microsoft.Diagnostics.DataContractReader.Legacy (24)
_generated\55\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;
593
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataMethodInstance.GetILAddressMap(uint mapLen, uint* mapNeeded, global::Microsoft.Diagnostics.DataContractReader.Legacy.
ClrDataILAddressMap
[] maps)
596
var __target = ((delegate* unmanaged[MemberFunction]<void*, uint, uint*, global::Microsoft.Diagnostics.DataContractReader.Legacy.
ClrDataILAddressMap
*, int> )__vtable[14]);
600
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))
602
__retVal = __target(__this, mapLen, mapNeeded, (global::Microsoft.Diagnostics.DataContractReader.Legacy.
ClrDataILAddressMap
*)__maps_native);
612
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)
615
global::Microsoft.Diagnostics.DataContractReader.Legacy.
ClrDataILAddressMap
[] maps = default;
624
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);
625
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));
629
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)
285
int IXCLRDataMethodInstance.GetILAddressMap(uint mapLen, uint* mapNeeded, [In, Out, MarshalUsing(CountElementName = "mapLen")]
ClrDataILAddressMap
[]? maps)
349
ClrDataILAddressMap
[]? mapsLocal = mapLen > 0 ? new
ClrDataILAddressMap
[mapLen] : null;
IXCLRData.cs (1)
594
[In, Out, MarshalUsing(CountElementName = nameof(mapLen))]
ClrDataILAddressMap
[]? maps);