2 implementations of GetDelegateType
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
4928int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetDelegateType(ulong delegateObject, int* delegateType)
Dbi\DacDbiImpl.cs (1)
2387public int GetDelegateType(ulong delegateObject, int* delegateType)
2 references to GetDelegateType
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
4953__retVal = @this.GetDelegateType(delegateObject, delegateType);
Dbi\DacDbiImpl.cs (1)
2388=> LegacyFallbackHelper.CanFallback() && _legacy is not null ? _legacy.GetDelegateType(delegateObject, delegateType) : HResults.E_NOTIMPL;