21 references to CLRDataAddressType
Microsoft.Diagnostics.DataContractReader.Legacy (21)
_generated\60\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.cs (4)
21public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.CLRDataAddressType*, int> GetAddressType_14; 646int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.GetAddressType(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress address, global::Microsoft.Diagnostics.DataContractReader.Legacy.CLRDataAddressType* type) 649var __target = ((delegate* unmanaged[MemberFunction]<void*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.CLRDataAddressType*, int> )__vtable[14]); 666internal static int ABI_GetAddressType(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, ulong __address_native, global::Microsoft.Diagnostics.DataContractReader.Legacy.CLRDataAddressType* type)
_generated\61\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.cs (5)
21public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.CLRDataAddressType*, int> GetAddressType_14; 425int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.GetAddressType(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress address, global::Microsoft.Diagnostics.DataContractReader.Legacy.CLRDataAddressType* type) 428var __target = ((delegate* unmanaged[MemberFunction]<void*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.CLRDataAddressType*, int> )__vtable[14]); 1405int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.GetAddressType(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress address, global::Microsoft.Diagnostics.DataContractReader.Legacy.CLRDataAddressType* type) => throw new global::System.Diagnostics.UnreachableException(); 1528new int GetAddressType(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress address, global::Microsoft.Diagnostics.DataContractReader.Legacy.CLRDataAddressType* type) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess)this).GetAddressType(address, type);
_generated\62\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess3.cs (5)
21public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.CLRDataAddressType*, int> GetAddressType_14; 393int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess3.GetAddressType(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress address, global::Microsoft.Diagnostics.DataContractReader.Legacy.CLRDataAddressType* type) 396var __target = ((delegate* unmanaged[MemberFunction]<void*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.CLRDataAddressType*, int> )__vtable[14]); 1409int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.GetAddressType(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress address, global::Microsoft.Diagnostics.DataContractReader.Legacy.CLRDataAddressType* type) => throw new global::System.Diagnostics.UnreachableException(); 1536new int GetAddressType(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress address, global::Microsoft.Diagnostics.DataContractReader.Legacy.CLRDataAddressType* type) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess)this).GetAddressType(address, type);
IXCLRData.cs (1)
211int GetAddressType(ClrDataAddress address, CLRDataAddressType* type);
SOSDacImpl.IXCLRDataProcess.cs (6)
189int IXCLRDataProcess.GetAddressType(ClrDataAddress address, CLRDataAddressType* type) 197*type = CLRDataAddressType.CLRDATA_ADDRESS_UNRECOGNIZED; 203CodeKind.Unknown => CLRDataAddressType.CLRDATA_ADDRESS_UNRECOGNIZED, 204CodeKind.Jitted or CodeKind.ReadyToRun or CodeKind.Interpreter => CLRDataAddressType.CLRDATA_ADDRESS_MANAGED_METHOD, 205_ => CLRDataAddressType.CLRDATA_ADDRESS_RUNTIME_UNMANAGED_STUB, 217CLRDataAddressType typeLocal = default;