7 references to DacpModuleData
Microsoft.Diagnostics.DataContractReader.Legacy (7)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (4)
20public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpModuleData*, int> GetModuleData_13; 796int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.GetModuleData(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress moduleAddr, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpModuleData* data) 799var __target = ((delegate* unmanaged[MemberFunction]<void*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpModuleData*, int> )__vtable[13]); 816internal static int ABI_GetModuleData(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, ulong __moduleAddr_native, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpModuleData* data)
ISOSDacInterface.cs (1)
684int GetModuleData(ClrDataAddress moduleAddr, DacpModuleData* data);
SOSDacImpl.cs (2)
3231int ISOSDacInterface.GetModuleData(ClrDataAddress moduleAddr, DacpModuleData* data) 3250data->dwTransientFlags = (uint)(flags & Contracts.ModuleFlags.EditAndContinue) != 0 ? (uint)DacpModuleData.TransientFlags.IsEditAndContinue : 0;