2 implementations of TraverseModuleMap
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
838
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.
TraverseModuleMap
(global::Microsoft.Diagnostics.DataContractReader.Legacy.ModuleMapType mmt, global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress moduleAddr, delegate* unmanaged<uint, ulong, void*, void> pCallback, void* token)
SOSDacImpl.cs (1)
4964
int ISOSDacInterface.
TraverseModuleMap
(ModuleMapType mmt, ClrDataAddress moduleAddr, delegate* unmanaged<uint, ulong, void*, void> pCallback, void* token)
1 reference to TraverseModuleMap
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
868
__retVal = @this.
TraverseModuleMap
(mmt, moduleAddr, pCallback, token);