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