2 implementations of GetPEFileMDInternalRW
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
4411
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
GetPEFileMDInternalRW
(ulong vmPEAssembly, ulong* pAddrMDInternalRW)
Dbi\DacDbiImpl.cs (1)
4804
public int
GetPEFileMDInternalRW
(ulong vmPEAssembly, ulong* pAddrMDInternalRW)
2 references to GetPEFileMDInternalRW
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
4436
__retVal = @this.
GetPEFileMDInternalRW
(vmPEAssembly, pAddrMDInternalRW);
Dbi\DacDbiImpl.cs (1)
4805
=> LegacyFallbackHelper.CanFallback() && _legacy is not null ? _legacy.
GetPEFileMDInternalRW
(vmPEAssembly, pAddrMDInternalRW) : HResults.E_NOTIMPL;