2 implementations of GetDelegateType
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
4928
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
GetDelegateType
(ulong delegateObject, int* delegateType)
Dbi\DacDbiImpl.cs (1)
2387
public 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;