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