2 implementations of GetDelegateFunctionData
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
4965int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetDelegateFunctionData(int delegateType, ulong delegateObject, ulong* ppFunctionAssembly, uint* pMethodDef)
Dbi\DacDbiImpl.cs (1)
2390public int GetDelegateFunctionData(int delegateType, ulong delegateObject, ulong* ppFunctionAssembly, uint* pMethodDef)
2 references to GetDelegateFunctionData
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
4990__retVal = @this.GetDelegateFunctionData(delegateType, delegateObject, ppFunctionAssembly, pMethodDef);
Dbi\DacDbiImpl.cs (1)
2391=> LegacyFallbackHelper.CanFallback() && _legacy is not null ? _legacy.GetDelegateFunctionData(delegateType, delegateObject, ppFunctionAssembly, pMethodDef) : HResults.E_NOTIMPL;