1 instantiation of DacDbiTargetBuffer
Microsoft.Diagnostics.DataContractReader.Legacy (1)
27 references to DacDbiTargetBuffer
Microsoft.Diagnostics.DataContractReader.Legacy (27)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (16)
20public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacDbiTargetBuffer*, int> GetMetadata_13;
21public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacDbiTargetBuffer*, global::Microsoft.Diagnostics.DataContractReader.Legacy.SymbolFormat*, int> GetSymbolsBuffer_14;
67public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, ulong, ulong*, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacDbiTargetBuffer*, int> GetVarArgSig_60;
70public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, ulong, uint, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacDbiTargetBuffer*, uint*, int> GetILCodeAndSig_63;
663int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetMetadata(ulong vmModule, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacDbiTargetBuffer* pTargetBuffer)
666var __target = ((delegate* unmanaged[MemberFunction]<void*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacDbiTargetBuffer*, int> )__vtable[13]);
680internal static int ABI_GetMetadata(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, ulong vmModule, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacDbiTargetBuffer* pTargetBuffer)
700int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetSymbolsBuffer(ulong vmModule, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacDbiTargetBuffer* pTargetBuffer, global::Microsoft.Diagnostics.DataContractReader.Legacy.SymbolFormat* pSymbolFormat)
703var __target = ((delegate* unmanaged[MemberFunction]<void*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacDbiTargetBuffer*, global::Microsoft.Diagnostics.DataContractReader.Legacy.SymbolFormat*, int> )__vtable[14]);
717internal static int ABI_GetSymbolsBuffer(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, ulong vmModule, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacDbiTargetBuffer* pTargetBuffer, global::Microsoft.Diagnostics.DataContractReader.Legacy.SymbolFormat* pSymbolFormat)
2402int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetVarArgSig(ulong VASigCookieAddr, ulong* pArgBase, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacDbiTargetBuffer* pRetVal)
2405var __target = ((delegate* unmanaged[MemberFunction]<void*, ulong, ulong*, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacDbiTargetBuffer*, int> )__vtable[60]);
2419internal static int ABI_GetVarArgSig(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, ulong VASigCookieAddr, ulong* pArgBase, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacDbiTargetBuffer* pRetVal)
2513int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetILCodeAndSig(ulong vmAssembly, uint functionToken, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacDbiTargetBuffer* pTargetBuffer, uint* pLocalSigToken)
2516var __target = ((delegate* unmanaged[MemberFunction]<void*, ulong, uint, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacDbiTargetBuffer*, uint*, int> )__vtable[63]);
2530internal static int ABI_GetILCodeAndSig(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, ulong vmAssembly, uint functionToken, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacDbiTargetBuffer* pTargetBuffer, uint* pLocalSigToken)