2 implementations of GetNativeCodeInfo
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
2472int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetNativeCodeInfo(ulong vmAssembly, uint functionToken, nint pJitManagerList)
Dbi\DacDbiImpl.cs (1)
2387public int GetNativeCodeInfo(ulong vmAssembly, uint functionToken, nint pJitManagerList)
2 references to GetNativeCodeInfo
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
2497__retVal = @this.GetNativeCodeInfo(vmAssembly, functionToken, pJitManagerList);
Dbi\DacDbiImpl.cs (1)
2388=> LegacyFallbackHelper.CanFallback() && _legacy is not null ? _legacy.GetNativeCodeInfo(vmAssembly, functionToken, pJitManagerList) : HResults.E_NOTIMPL;