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