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