2 implementations of GetDomainLocalModuleDataFromModule
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
2752
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.
GetDomainLocalModuleDataFromModule
(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress moduleAddr, void* data)
SOSDacImpl.cs (1)
1013
int ISOSDacInterface.
GetDomainLocalModuleDataFromModule
(ClrDataAddress moduleAddr, void* data)
2 references to GetDomainLocalModuleDataFromModule
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
2782
__retVal = @this.
GetDomainLocalModuleDataFromModule
(moduleAddr, data);
SOSDacImpl.cs (1)
1021
int hrLocal = _legacyImpl.
GetDomainLocalModuleDataFromModule
(moduleAddr, data);