2 implementations of IsDelegate
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
4772
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
IsDelegate
(ulong vmObject, global::Microsoft.Diagnostics.DataContractReader.Legacy.Interop.BOOL* pResult)
Dbi\DacDbiImpl.cs (1)
4194
public int
IsDelegate
(ulong vmObject, Interop.BOOL* pResult)
2 references to IsDelegate
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
4797
__retVal = @this.
IsDelegate
(vmObject, pResult);
Dbi\DacDbiImpl.cs (1)
4216
int hrLocal = _legacy.
IsDelegate
(vmObject, &pResultLocal);