2 implementations of GetModule
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
727
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.
GetModule
(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress addr, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacComNullableByRef<global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataModule> mod)
SOSDacImpl.cs (1)
3108
int ISOSDacInterface.
GetModule
(ClrDataAddress addr, DacComNullableByRef<IXCLRDataModule> mod)
4 references to GetModule
Microsoft.Diagnostics.DataContractReader.Legacy (4)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
779
__retVal = @this.
GetModule
(addr, mod);
SOSDacImpl.cs (1)
3114
int hr = _legacyImpl.
GetModule
(addr, legacyOut);
SOSDacImpl.IXCLRDataProcess.cs (2)
636
_legacyImpl.
GetModule
(moduleLoad.ModuleAddress.ToClrDataAddress(_target), legacyModuleOut);
650
_legacyImpl.
GetModule
(moduleUnload.ModuleAddress.ToClrDataAddress(_target), legacyModuleOut);