2 implementations of GetPEFileBase
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
2156
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.
GetPEFileBase
(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress addr, global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress* peBase)
SOSDacImpl.cs (1)
3578
int ISOSDacInterface.
GetPEFileBase
(ClrDataAddress addr, ClrDataAddress* peBase)
2 references to GetPEFileBase
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
2186
__retVal = @this.
GetPEFileBase
(addr, peBase);
SOSDacImpl.cs (1)
3607
int hrLocal = _legacyImpl.
GetPEFileBase
(addr, &peBaseLocal);